Top "Plot" questions

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

How to draw an empty plot?

I need to make an empty plot. This is the best could I come up with. plot(0, xaxt = 'n', yaxt = …

r ggplot2 plot
How to change the window title of a MATLAB plotting figure?

I have created a MATLAB plotting with the plot() function. How do I change the window title of the generated …

matlab title plot
3D Plotting from X, Y, Z Data, Excel or other Tools

I have data that looks like this: 1000 13 75.2 1000 21 79.21 1000 29 80.02 5000 29 87.9 5000 37 88.54 5000 45 88.56 10000 29 90.11 10000 37 90.79 10000 45 90.87 I want to use the first column as x axis labels, the second …

excel charts plot visualization data-visualization
plot legends without border and with white background

I have a legend in a plot with a line (from an abline-statement) going through it. How can I achieve …

r plot legend
How do you plot bar charts in gnuplot?

How do you plot bar charts in gnuplot with text labels?

graph charts plot gnuplot bar-chart
What do hjust and vjust do when making a plot using ggplot?

Every time I make a plot using ggplot, I spend a little while trying different values for hjust and vjust …

r plot ggplot2
Force the origin to start at 0

How can I set the origin / interception of the y-axis and x-axis in ggplot2? The line of the x-axis should …

r plot ggplot2 axes
matplotlib get ylim values

I'm using matplotlib to plot data (using plot and errorbar functions) from Python. I have to plot a set of …

python matplotlib plot
Increase distance between text and title on the y-axis

The y-axis title appears too close to the axis text. ggplot(mpg, aes(cty, hwy)) + geom_point() I have tried …

r layout plot ggplot2
Plotting of 1-dimensional Gaussian distribution function

How do I make plots of a 1-dimensional Gaussian distribution function using the mean and standard deviation parameter values (μ, σ) = (−1, 1), (0, 2), and (2, 3)? …

python plot gaussian