Top "Plot" questions

The graphical representation of a mathematical function or a set of data.

Subscripts in plots in R

I can't find a way how to write subscripts in the title or the subtitle in R. How can I …

r plot subscript
How to adjust the size of y axis labels only in R?

How can I adjust only the size of Y-axis labels in R? I know that cex.axis alters the size …

r plot labels
How do I tell matplotlib that I am done with a plot?

The following code plots to two PostScript (.ps) files, but the second one contains both lines. import matplotlib import matplotlib.…

python matplotlib plot
How to plot all the columns of a data frame in R

The data frame has n columns and I would like to get n plots, one plot for each column. I'm …

r plot dataframe
Putting text in top left corner of matplotlib plot

How can I put text in the top left (or top right) corner of a matplotlib figure, e.g. where …

python plot matplotlib
MATLAB, Filling in the area between two sets of data, lines in one figure

I have a question about using the area function; or perhaps another function is in order... I created this plot …

matlab plot fill area
How to overlay density plots in R?

I would like to overlay 2 density plots on the same device with R. How can I do that? I searched …

r plot density-plot
How to plot a function curve in R

What are the alternatives for drawing a simple curve for a function like eq = function(x){x*x} in R? …

r ggplot2 plot lattice r-faq
R legend placement in a plot

I have a plot that has data that runs into the area I'd like to use for a legend. Is …

r plot legend
Plot mean and standard deviation

I have several values of a function at different x points. I want to plot the mean and std in …

python matplotlib plot