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

learn more… | top users | synonyms (1)

1
vote
2answers
29 views

How to plot different class of time series data into one panel?

I have several product's hourly summary of multiple attributes in one table. and I would like to plot them into one panel where x-axis stands for time and different type of products have different ...
0
votes
1answer
26 views

Get new position x distance away from another position using a slope

Excuse me if I phrased the title wrong, I am not great with math and don't know the right term, but I figure someone will edit it correctly. I am creating a script in Lua and I have a target location ...
0
votes
0answers
16 views

Is there a good, simple Python charting library with no dependencies?

I'm writing an open-source project which is not primarily graphics-oriented. It would be handy to provide some very basic line graphs (as a way of letting users look at their data), but not at the ...
0
votes
0answers
20 views

plotting and scaling graphs

I am trying to re scale the x axis of a plot WITHOUT altering the shape of the plot so I have tried setting limits etc but it always alters the graph IE I lose half of the image. the data I have ...
0
votes
2answers
23 views

Animated graph to Animated Gif (Python)

I have made a simple n-body simulator and I plot/animate the movement with the following code: for i in range(N): [...] x = [ Rbod[j][0], Rbod[j][0]] y = [ Rbod[j][1], Rbod[j][1]] ...
-3
votes
1answer
32 views

Matlab - different speed of loop on mac and windows

I write a project - an app which approximates value of an definite integral by using upper sums, lower sums and Monte Carlo method. It also presents whole process on three axes. My problem is in Monte ...
-1
votes
1answer
40 views

How to make a plot of generalized beta distribution?

I am trying to plot the beta-gumbel distribution using R(software) by the following, The genreal idea is that, in the pdf of beta distribution, instead of plugging in x, we use the cdf of gumbel ...
2
votes
1answer
23 views

List of ints to list of strings in MATLAB

I have a list of integers [0, 10, 20, 30, ...] And I want to use them as a legend in a plot. My understanding is that I need to give the command legend('0','10','20','30', ...) So how do I get ...
0
votes
1answer
19 views

How to avoid offset between pcolor() and contour() overlays?

I would like to show a pseudocolor image (such as produced by pcolor, pcolormesh or imdshow) overlayed with contourlines. It appears that contourlines are 1 datapoint off. How do I fix this? import ...
0
votes
1answer
17 views

Python Draw graph with percent of frequency distribution

I'm using Python and have never used it before to draw a plot and was wondering if there's a way to do the following. I have a file containing a column with percents (of DNA methylation data). I would ...
3
votes
2answers
696 views

matlab draw a graph from the incidence matrix

Is there a way to draw a graph from the Incidence matrix. By graph I mean http://en.wikipedia.org/wiki/Graph_(mathematics) not a plot. Up till now I found only how to convert incidence matrix to a ...
1
vote
2answers
57 views

grid.arrange with John Fox's effects plots

I'd like to combine multiple effect plots in one window with the effects package, but don't know if there is an easy way to do so. Here's an example that doesn't work: d1 ...
1
vote
2answers
39 views

Temporal density plot in R

I have irregularly measured observations of a phenomenon with a timestamp each: 2013-01-03 00:04:23 2013-01-03 00:02:04 2013-01-02 23:45:16 2013-01-02 23:35:16 2013-01-02 23:31:56 2013-01-02 23:31:30 ...
1
vote
1answer
39 views

Why can't I modify the axes from a JavaFX LineChart?

I got a LineChart which actually hold two axes. I really need to manipulate the bounds for xAxis and the ticking, however I can't get the axis as a NumberAxis, I just get it as an Axis for which I ...
0
votes
1answer
19 views

Matlab gplot extra customly defined colors

I have a question regarding Matlab's function gplot. I would like to call gplot several times in a for-loop to plot several graphs/paths in the same figure. However, I would like to use more colors ...
1
vote
2answers
537 views

In MatLab, how to adjust the line width drawn by the function 'gplot'?

As the help document of MatLab saying, we can use gplot in such a form as gplot(A,Coordinates,LineSpec) But when I try to modify the linewidth of the line and use a code like ...
3
votes
2answers
67 views

How to arange a heatmap and an scaterplot one above the other in ggplot2 [duplicate]

I am a newbie using ggplot2 and I'm trying to plot a scatter plot above a heatmap. Both plots have the same discrete x-axis. This is the code I'm trying: library(ggplot2) library(grid) ...
1
vote
1answer
31 views

How to creata a “plot matrix”

Hey dear R community ! I have a dataframe with stock values like this: 1 2 3 ... N EADS Daimler BOEING 01.01.2012 5,2 ...
0
votes
2answers
24 views

Multiple plot by group by one function

I have the following data: Animal MY Age 1 17.03672067 1 1 17.00833641 2 1 16.97995215 3 1 16.95156788 4 1 16.92318362 5 1 16.88157748 6 2 16.83997133 2 2 16.79836519 3 2 ...
0
votes
3answers
39 views

Plot titles in R using sapply()

I want to make qqnorm plot out of every variable in my data frame using sapply(). This is what I've got so far: myfun=function(x) { c(qqnorm(x), qqline(x) ) } sapply(mydata, myfun) It ...
0
votes
1answer
26 views

How to superimpose multiple plots

I am required to open data files in .txt format and generate plots out of them. I want to superimpose all the plots together so that I can do comparison between them. I am doing the following. I have ...
1
vote
1answer
28 views

matlab serial data plotting in real time

I am trying to plot real time serial values over matlab but i could not succeed it by any demo . My embedded system is already sending data which is checked by serial terminal. When I am trying to get ...
0
votes
1answer
12 views

How to remove axis dashes in OxyPlot

I am using OxyPlot and trying to show only the plot. I have found a way to make the axis numbers, the axes, and the background transparent. But I can't seem to find a way to make the axes dashes ...
4
votes
3answers
168 views

Graph flow chart of transition from states

I'm trying to find a way to graph something like this in R: It is a transition between states, I want the boxes to be equal to the population size and the arrows to indicate the size of the ...
0
votes
1answer
17 views

Matlab: Plot a function with different parameters into

In Matlab I have a function calling a set of parameters. I have 3 sets, and I can call them individually and plot them.. No problems there. But I want to be able to compare them in one single plot. ...
0
votes
0answers
5 views

replacing data frame values with NA in r

I have a large data frame that consists of 38 variables and over 10000 observations for each variable. How can I select a certain variable and replace specific values with NA. For example, if I have ...
0
votes
2answers
29 views

XY Plotting with Java [closed]

I'm trying to find some information for a co-worker about plotting with Java - specifically xy plotting. I've come across multiple java libraries but I'm not sure which of them are easy to learn to ...
0
votes
2answers
43 views

Automated barplots slope calculation

I use a function in R that draws for me a full-length barplot, as can be seen in this picture. I am actually looking for something a little more advanced. Is there anyway in R that can detect the ...
2
votes
1answer
24 views

How to change the x-axis when plotting groups from a pandas groupby combined in one plot

I am processing a chatlog and my data consists of timestamps, usernames and messages. My goal is to plot the number of messages per month for several users, so that I can compare when users were ...
3
votes
1answer
437 views

3D stacked bars in Matlab

I want to plot multiple stacked bar in only one 'detached' bar plot. E.g, imagine this exactly bar plot, but stacked, instead of one single color.
0
votes
1answer
56 views

MATLAB going from Cart to Pol back to Cart coords for cylindrical plot

1. What I WANT to do: (i) Use input n to generate an n*n cartesian grid [x y] = meshgrid(linspace(-1,1,n)); (ii) Generate polar coordinates [theta r] = cart2pol(x,y); (iii) Evaluate a ...
0
votes
1answer
32 views

Plot and Legends in Matlab/ Using different colors for same signal

So I have this code if (e(i)>mean(e)) fprintf('V1\n\n'); %E=High; Voiced c='r'; end; if ((ntz(i)<mean(ntz))& (e(i)<mean(e)) & (e(i)>0.00005)) ...
1
vote
1answer
21 views

Overlay lines and hist with ggplot2

I'm creating a table with a lot of plot using ggplot a=rnorm(30) b=a*a c=rnorm(30) d=c l=runif(30) m=l+3 data=data.frame(A=a,B=b,ss=1) data=rbind(data,data.frame(A=c,B=d,ss=2)) ggplot()+ ...
1
vote
1answer
28 views

X axis on a two-screen zoo plot

This time I am struggling to adjust the X axis in a two-screen zoo plot. Here's an example, inspired from a previous post: x.Date <- as.Date(paste(rep(2003:2004, each = 12), rep(1:12, 2), 1, sep = ...
1
vote
2answers
31 views

Are there restrictions when doing R plots in Sage?

I have done some data analysis with Sage and R, and at this point I would like to produce a nice set of plots to condense the results so that I can present them properly. What I've done is set the ...
5
votes
2answers
14k views

“Error in plot.new() : figure margins too large”

In R, I met a running error as follows: > png("p3_sa_para.png", 4, 2) > par(mfrow=c(1,2)) > plot(c(1:10), ylab="Beta",xlab="Iteration") Error in plot.new() : figure margins too large > ...
0
votes
1answer
38 views

Blurry label text in matlab plots

I'm having some matlab plots. when I save the plot and then put it in my word document and then save it as pdf file. I get the plot labels blurry and some letters is unclear ?! plot(d1,S,'*'); ...
2
votes
1answer
27 views

Remove 'y' label from plot in R

Does anyone know how to extract the 'y' off the y-axis while preserving the variable names in the following plot: par(mar = c(5,7,4,2) +.01) matrix <- matrix(rnorm(100) ,ncol = 2, nrow =6) y <- ...
1
vote
1answer
1k views

??? Error using ==> plot - conversion to double from sym is not possible

I'm having some problems with my code. Here it is: lamdaz = 1.2; n = 24; mu = 0.00055e9; lamda = sym('lamda','clear'); W = (((2.*mu)./n.^2)).*((lamda.^n)+(lamdaz.^n)+((lamda.^-n).*(lamdaz.^-n))-3); ...
0
votes
0answers
6 views

Control bounds of z-axis when using Plot3D

I've specified my function F[x,y], now when I graph it using Plot3D, how can I control the bounds of the z-axis that Mathematica uses?
1
vote
2answers
26 views

Cross section 2D data of symmetric len into Z matrix MATLAB - 3D plot from 2D cross section

I have a problem and maybe you will be able to help me. Like in the title i have cross section data of a symmetric lens - coordinates s=-100:1:100 and height y - and I would like to create 3D plot the ...
0
votes
1answer
23 views

How to customize axis when plot multiple time series data in 1 panel?

My situation is quiet like this question, how ever i need to plot multiple time series(or fixed length vectors) in one panel. (I want to upload a picture but it says i dont have enough reputation ...) ...
1
vote
1answer
34 views

Time-series plot for different seasons in the same plot

I would like plot a time series data for different seasons of the year (grouped as cold or warm) in the same plot and identify the two periods. How can I do that? Reproducible data follows: ...
-2
votes
0answers
56 views

How to plot a function of two variables in R ? [closed]

Like I want to plot z = 2*x + 3*y. x and y are vectors with 20 values. So z will also have 20 values corresponding to those. Please help. I want to see the variation of z when (x,y) changes.
3
votes
1answer
839 views

ggplot2: Use options for multiple plots

I would like to create 10 plots that have different data, but the same optical appearance. As an example, I’d like to change the colour of the gridline for each plot. This could be done by adding + ...
0
votes
1answer
62 views

Plot shows up and disappears fast in R

I am plotting some graphs using R. When I run the program the plot appears and then quickly disappears. How can I make the plot stay?` I am running the following code found in Dynamic Time Warping in ...
0
votes
0answers
72 views

Python: Plotting a infinite series by only taking finite points

I am trying to plot an infinite series by taking only a finite amount of points. In my case, 3 and 10 points are sufficient. The equation is the Lagrange power series in e the eccentricity. E = Me ...
1
vote
1answer
50 views

Plot histograms as lines

I want to plot several histograms of time data (1 week long) on the same plot as lines. I have time data: > dput(head(ts)) structure(c(1364421605.227, 1364375025.034, 1364376298.393, ...
-1
votes
1answer
23 views

Tell imagesc in MATLAB to use specific figure

I am getting more than ...slightly flustered... at trying to do what should otherwise be a very, very simple task. I want to use a particular figure, say, figure(3), for doing imagesc. So in the ...
3
votes
2answers
90 views

Plot all the component of a PCA

I'd like to know how can we do to plot the individual in more than the first and second component, like this :

1 2 3 4 5 77