Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms.
I have the following data in my thesis: 28 45 91 14 102 11 393 5 4492 1.77 I need to fit a curve into this. If I plot it, …
r gnuplot curve-fitting curveI'm plotting some data curves with gnuplot, and they look like this: However, the line samples in the legend are …
gnuplot legend presentationI'm using gnuplot, and I wonder if it is possible to draw a circle of radius R around a given …
gnuplot geometryI'm trying to produce a plot with two lines using data taken from stdin. I have a file "test.csv": 0,1.1,2 1,2,3 2,6,4 4,4.6,5 5,5,6 …
gnuplotI use Octave with gnuplot under Windows. I can zoom in using the right mouse button. But how can I …
octave gnuplotgnuplot -p -e "plot [-4:4] exp(-x**2 / 2); set terminal png size 400,300; set output 'xyz.png'" That's what I have tried. …
linux gnuplotIn gnuplot, I can put the key outside the plots using this command: set key outside; set key right top; …
plot gnuplot image-resizingI need to vary the point color for a row of values based on the color in one column. The …
variables colors gnuplot