Top "Plot" questions

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

How to save a plot as image on the disk?

I plot a simple linear regression using R. I would like to save that image as PNG or JPEG, is …

r plot ggplot2 lattice r-faq
Plot a legend outside of the plotting area in base graphics?

As the title says: How can I plot a legend outside the plotting area when using base graphics? I thought …

r plot legend
How do I tell Matplotlib to create a second (new) plot, then later plot on the old one?

I want to plot data, then create a new figure and plot data2, and finally come back to the original …

python matplotlib plot figure
Plotting a list of (x, y) coordinates in python matplotlib

I have a list of pairs (a, b) that I would like to plot with matplotlib in python as actual …

python matplotlib plot coordinates
Plot multiple boxplot in one graph

I saved my data in as a .csv file with 12 columns. Columns two through 11 (labeled F1, F2, ..., F11) are features. …

r plot ggplot2 boxplot
Replace X-axis with own values

I have a question regarding the command plot(). Is there a way to fully eliminate the x-axis and replace it …

r plot
Matplotlib different size subplots

I need to add two subplots to a figure. One subplot needs to be about three times as wide as …

python plot matplotlib figure
rotating axis labels in R

In R, how do I make a (bar)plot's y axis labels parallel to the X axis instead of parallel …

r label axis plot
Control the size of points in an R scatterplot?

In R, the plot() function takes a pch argument that controls the appearance of the points in the plot. I'm …

r plot scatter-plot
Label points in geom_point

The data I'm playing with comes from the internet source listed below nba <- read.csv("http://datasets.flowingdata.…

r plot ggplot2 labeling ggrepel