Top "Plot" questions

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

How can I plot data with confidence intervals?

If I have 10 values, each of which has a fitted value F, and an upper and lower confidence interval U …

r plot intervals
Plot smooth line with PyPlot

I've got the following simple script that plots a graph: import matplotlib.pyplot as plt import numpy as np T = …

python matplotlib plot smoothing
How to plot ROC curve in Python

I am trying to plot a ROC curve to evaluate the accuracy of a prediction model I developed in Python …

python matplotlib plot statistics roc
Why do many examples use `fig, ax = plt.subplots()` in Matplotlib/pyplot/python

I'm learning to use matplotlib by studying examples, and a lot of examples seem to include a line like the …

python matplotlib plot visualization
Creating a Plot Window of a Particular Size

How can I create a new on-screen R plot window with a particular width and height (in pixels, etc.)?

r plot
Overlay normal curve to histogram in R

I have managed to find online how to overlay a normal curve to a histogram in R, but I would …

r plot histogram gaussian
Automatically plot different colored lines

I'm trying to plot several kernel density estimations on the same graph, and I want them to all be different …

matlab plot matlab-figure
Change the spacing of tick marks on the axis of a plot?

How can I change the spacing of tick marks on the axis of a plot? What parameters should I use …

r plot
What is the best open-source java charting library? (other than jfreechart)

Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this …

java charts plot
How can I plot with 2 different y-axes?

I would like superimpose two scatter plots in R so that each set of points has its own (different) y-axis (…

r plot yaxis