A graphical technique for presenting a data set or an equation.

learn more… | top users | synonyms (1)

3
votes
0answers
22 views

dotchart order inside category

I'm having an sorting problem in dotchart. I want to change the order of the BA in groups to AB, but I haven't found any solution yet. What should I do? And what if I want to change the groups order ...
2
votes
0answers
50 views

How can I use latex code in R plot?

is there a way to use Latex code in a plot? I have got two vectors, for example a,b. I want to create something like this: graph <- rbind(a, b) colnames(pokus) = names(a) barplot(pokus, beside = ...
2
votes
0answers
124 views

X,Y Scatter Plot with Animation

I'm looking for a way to graph multiple point within an (X,Y) plane, and have them appear (then disappear) one at a time. I have a total of about 400 (x,y) points, which are position tracking ...
2
votes
0answers
51 views

What javascript library for this interactive function explorer?

I want to create an interactive web page were users can see how the plot of a particular multi-parameter function is affected as one varies its various parameters. The function I want to illustrate ...
2
votes
0answers
54 views

parallel process common plot

I am using doSNOW package in R and have a parallel process. I want to create a plot that will be refreshed as each thread computes the datapoint so I can live monitor my process. How can I do this in ...
2
votes
0answers
120 views

using mathematica for plotting in C#

I want to plot some graphics for my course project via Mathematica. There is code from the project: try { toCompute = @"Show[RegionPlot[-2 <= x1 && x1 <= 2 ...
2
votes
0answers
130 views

How to plot R barplot with Chinese text by setting locale on Ubuntu?

This is with ref to my previous question on this forum, How to plot bar plot with Chinese names in input file? I have already edited my sessionInfo like so: > sessionInfo() R version 2.14.1 ...
2
votes
0answers
893 views

PaperPosition and PaperSize is ther some simple way to calculate dependency

I use matlab in order to generate plots in pdf files. These plots in pdf should have correct sized therefore I use PaperSize. Then I have to position plot with correct PaperPosition. The problem is ...
2
votes
0answers
143 views

Labeling coplot subplots

Is there a way to get the labels of each "given" variable to show up in it's respective subplot? For example, in the following plot (x and y numeric, c factor, called using coplot(y ~ x | c)), it ...
2
votes
0answers
619 views

How to add a color key to a pairs() plot?

Goal: I have an adjusted pairs plot in R and I would like to add a color key to it. The panel backgrounds in the pairs plot show certain colors determined from a matrix of numbers. I would like to ...
2
votes
0answers
208 views

.net component to draw ternary diagram?

For a winform application written in C# (4.0 for framework or less), we need to display data in a ternary diagram. Do somebody know a graphical component written in C# that can be used? (open-source ...
2
votes
0answers
185 views

R - Change key colours in ancova (HH package)

I'm using the ancova() function in R (HH package) with a factor with more levels than the default 7 colours for lattice graphics. This means that ancova() fails to plot some of my panels as it can't ...
2
votes
0answers
263 views

QwtPlot custom axis

I want to create plot with two horizontal axes. Bottom axis is linear, top axis is non-linear. I have a table of data for conversion "Bottom value -> top value". I found out that QwtScaleEngine ...
2
votes
0answers
370 views

Using Koolplot without creating a new window for graphing C++

I have been experimenting with the Koolplot plotting library. I have managed to set up the linking and includes so everything compiles nicely. I was wondering if it was possible to plot a graph within ...
1
vote
0answers
33 views

How do I jitter the node split strings in plotting ctree output from partykit?

I have an issue where I am using mainly categorical data, set to a class of factor, in a classification tree. I am using the partykit package in R and not party as previous answers here suggested that ...
1
vote
0answers
34 views

dotplot with R, editing colors, handling with duplicate values

I created a dotplot with R with the following source code: dotplot(mass_movement ~ quantity, data=mm_strat, groups=stratigraphy, cex=1.5, pch=19) The data looks like this: quantity | mass_movement ...
1
vote
0answers
32 views

Adding legend to venneuler

I'd like to add a legend to my Venneuler ven diagram based upon the generated colors in the diagram. How can i generate a corresponding legend? Is it also possible to plot the values in the Ven? ...
1
vote
0answers
50 views

Update xlim based on current ylim?

I have a plot in matplotlib and I would like to resize automatically the xlim based on the view fixed by ylim. How to do that ? Currently I write : plt.ylim(0, 10) And the problem occurs when I ...
1
vote
0answers
146 views

How to graph a connectivity/adjacency matrix in Matlab?

I want to graph the structure of a network (a power grid) in MATLAB. I have a list containing to-from nodes for each branch. I don't have coordinates for the nodes, and the system topology changes for ...
1
vote
0answers
75 views

plot multiple fit and predictions for logistic regression

I am running multiple times a logistic regression over more than 1000 samples taken from a dataset. My question is what is the best way to show my results ? how can I plot my outputs for both the fit ...
1
vote
0answers
18 views

Rubyvis: subscripts/superscripts

I am considering using Rubyvis, a Ruby Port of the Protovis library, to generate plots for scientific publications. Rubyvis renders charts as SVG files. However, I haven't found a way to use ...
1
vote
0answers
38 views

Evaluate a function in a grid, matlab

I want to plot an isosurface of a function v. Problem is that v doesn't accept matrix arguments (not vectorizable function as it contains Laguerre associated polynomials) So if I create a meshgrid ...
1
vote
0answers
76 views

3d-surface plot with overlay points in javascript

I want to visualize a stochastic optimization algorithm written in javascript and so I'm looking to plot 3d surfaces in javascript with overlay scatter points. But I can't find any library that ...
1
vote
0answers
38 views

Is it possible to open raster layer or stack in RGUI from the directory?

Hi i want to open an image file which is in tiff format and i am creating a GUI with the help of packages RGtk2 and gwidgets, i am able to browse tiff format file but the problem is it is not ...
1
vote
0answers
59 views

How to extract part of a polygon in R?

I would like to create a map of Europe in R to plot some of my data. I have modified the code below (taken from: http://www.r-bloggers.com/provincial-map-using-gadm/) to give me a map of Europe. All ...
1
vote
0answers
56 views

visualize decision surface of neural network

Where can I find a program that visualizes (ie, plots) the decision boundary surface of a 2-layer feed-forward neural network? With 1 layer the decision surface is just a bunch of straight lines. ...
1
vote
0answers
72 views

Automatically plot (and save) list of xts objects

I have a long list of xts objects and I'd like to automatically plot and save them to a folder (because it takes a v long time to do manually with >500 plots). The tricky part seems to be to apply ...
1
vote
0answers
57 views

Annotation Track in Gviz

Does anyone with experience using the bioconductor package: Gviz know how to add an AnnotationTrack directly over a DataTrack? For example, in ggplot2 I can add to a prexitsting plot using + ...
1
vote
0answers
138 views

Dynamic Data from bluetooth plotting

First of all, I am very new to Java programming language, And I tried searching for what I want but nothing was specific. Secondly, I am trying to plot Dynamic data from a bluetooth device, The data ...
1
vote
0answers
69 views

matlab: cutting figure when resizing for export

I have a small problem. When plotting figure like that: a2 = subplot(2,1,2, 'Parent', handles.cpd_plot, 'Position', [0.15, 0.1, 0.80, 0.15]); a1 = subplot(2,1,1, 'Parent', handles.cpd_plot, ...
1
vote
0answers
155 views

how do I make gnuplot plot in a gui interface instead of inside of a terminal?

How do I change the plot function in ocatave to get the plots in a new gui interface.. I used to get the graphs in a white gui window and was able to see colors etc, but now in a different computer ...
1
vote
0answers
30 views

How to get the Labels for my Forest Plot to Appear using the op function?

I was successful in creating a forest plot for my study. However, the labels at the top of the forest plot (i.e., title of the columns) are not showing up on my forest plot. I am using the op<- par ...
1
vote
0answers
175 views

SVM plot R library(e1071)

I'm working with a data set that has more than 500 variables, all of them numeric. I've run the svm() function of the e1071 library and the results are great. Now I'm struggling with the way to plot ...
1
vote
0answers
141 views

Blue screen in androidplot

I was try library androidplot to create some plots. I copy code from source but only what I see is blue screen with yellow lines. Could anyone tell me what is wrong? This is code: package ...
1
vote
0answers
89 views

Graph isn't working on CorePlot

I took the code from the example "CPTTestApp-iPhone". The complete plot should be drawn with the call of one method. I just changed the implementation of HostingView. It is added by "addSubview" to ...
1
vote
0answers
155 views

Switching between two datasets in this d3.js reusable and zoomable line chart

In this example http://bl.ocks.org/4743409 I set up a zoomable line chart containing two lines. But Switching the selection options I obtain a superposition of the two datasets. How can I switch ...
1
vote
0answers
20 views

Arrange internal frames

In a workspace I would like to arrange vertically or horizontal two or more InternalFrames, such as the attached pictures What is the best solution to do this? Thanks
1
vote
0answers
329 views

How to plot a 3 set proportional Venn/Euler diagram?

I have a set of microarray data, and I would like to represent it according to the attached figure (done with PowerPoint). I have tried the various packages available for R (VennDiagram, venneuler, ...
1
vote
0answers
128 views

Matlab surfc colormap shading

How can I create a 3D plot that has a smooth color gradient, from the lowest value to the highest value. I have tried changing color map, but the only choice that works is the 'default', which looks ...
1
vote
0answers
62 views

Problems with draw_networkx() when saving a figure in pdf format

When I alter the line width used for edges by specifiying the width argument in the networks draw_networkx() function, e.g: nx.draw_networkx(G, width = 0.03) the image that results from using ...
1
vote
0answers
259 views

code for plotting linechart by reading csv file in java

I want to plot a linechart by reading data from a csv file. My file is having 64*256 data of zeros and ones. These all are y values like y1,y2,,y3.... y256 and x axis is 0,1,2,3,4...64 How can I ...
1
vote
0answers
73 views

Matlab Plot to image without display and save on a no Java server

For the normal answers to this question, it is provided here: In MATLAB, how do I plot to an image and save the result without displaying it? However, this will not work on a server that does not ...
1
vote
0answers
98 views

how to draw Contour chart with jzy3d using x[] ,y[], z[]

Is it possible to draw filled contour with arrays of x[],y[],z[] with specific cordinates using jzy3d library ?
1
vote
0answers
167 views

Violin plots in R

I'm using the vioplot library in R to create a violin plot of a large vector (about 1 million points). I'm get a plot, but it also says "Warning: weights overwritten by binning" . I haven't been ...
1
vote
0answers
119 views

How to scale y-axis to intuitively detect small differences in data

I have a data set from a literature survey, where we looked at effects of pH to certain parameters (Metrics) in a group of animals. Because experiments are done on different time scales, I divided the ...
1
vote
0answers
179 views

Cumulative frequency on normal probability plot

How do I get the cumulative frequency for each unique X value plotted on a normal probability (non linear) y axis. Have used probplot(x) but it doesn't accumulate identical values. My data is a data ...
1
vote
0answers
42 views

store result in a column from fortran 77

I am converting one of my codes to fortran 77, and I am having a problem regarding storing the results. I used the following code OPEN(UNIT=21, FILE='name.TXT', STATUS='REPLACE') WRITE(UNIT = 21,*) ...
1
vote
0answers
74 views

Any plot graph libary for Gtkmm-3.0?

I am working on gui using Gtkmm-3.0? Now that I want to plot simple 2D-graph. I did google and found plotmm. It looks like what I want. But in the installation notes, they say Gtkmm-2.0 is required. I ...
1
vote
0answers
173 views

Isosurface issue in Matlab

I want to use isosurface in Matlab for a function my_fn where my grid is defined by x_g = linspace(0.0, 5.0, 100); y_g = x_g; z_g = y_g; I then use a triple for loop to compute my function ...
1
vote
0answers
72 views

Skip plotting excluded weights with the R neuralnet package

I'm using he neuralnet package in R. I've successfully created a network that has a lot of weights excluded (i.e. the network is not fully connected). My problem is an aesthetic one. When I plot ...

1 2 3 4 5 12