Top "Gnuplot" questions

Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms.

How to tell gnuplot not to print fit log on screen?

I'm writing a bash script that, among several more things, calls gnuplot to fit a few data files. When it …

bash gnuplot
is there a way to plot an average in gnuplot?

Suppose I have a file with two columns of data file.dat. I would normally plot it with plot "file.…

gnuplot numerical-analysis
How to convert string to number in gnuplot

Is there a way to convert strings representing numbers (in scientific format) to numbers in gnuplot. I.e. stringnumber="1.0e0" …

linux unix gnuplot
plot audio data in gnuplot

how could I convert an audio file such as a aiff into a svg using gnuplot? I used sox (sound …

audio gnuplot
How do I set axis label with column header in gnuplot?

My question is very simple. Suppose I have a datafile with column headers, like as follows first second 1 1 2 1 3 6 4 9 In gnuplot …

gnuplot columnheader
Displaying markers on specific values in Gnuplot's line plot

I have data for a CDF in a file which looks like the following: 0.033 0.0010718113612 0.034 0.0016077170418 0.038 0.0021436227224 ... ... ... ... 0.847 0.999464094319 0.862 1.0 First column is the X-axis value …

gnuplot cdf linestyle
Bash script for plotting with gnuplot

Hy guys! I have problems with writing bash script to run 50 times my script which generates data files and then …

linux bash plot gnuplot ampl
fit a function to a histogram created with frequency in gnuplot

Intro In gnuplot there's a solution to create histogram from file named hist.dat what likes 1 2 2 2 3 by using commands binwidth=1 …

plot gnuplot histogram data-fitting binning
Multiple data blocks in a single file and a single plot + Markers for each block

I have a data file that looks like this : "curve 0" 0 0.7800 10 0.333 12 0.5136 24 0.2096 26 -0.066 40 -0.674 42 -1.123 "curve 1" 0 0.876 2 0.73 4 0.693 6 0.672 10 0.70 12 0.88 16 0.95 148 -0.75 "curve 2" 8 2.2305 10 2.144 12 2.13 76 1.26 78 0.39 98 -0.97 I would like …

plot gnuplot markers columnheader
Gnuplot script to output eps or svg - how to write?

I have the following gnuplot script: set autoscale unset log unset label set xtic auto set ytic auto unset title …

svg gnuplot eps