News

There are two ways of customizing your plots when using gnuplot. The first is to use options to the plot and splot commands. In this case, you define things like the title of the plot, the axes or the ...
gnuplot, under active development since 1986, is an interactive plotting utility for UNIX, IBM OS/2, MS Windows, DOS, Apple Macintosh, VMS, Atari and many other platforms. It is free and open source, ...
Listing 3. Sample GNUplot Configuration File set term png small color set data style lines set grid set yrange [ 0 : 3 ] set title "Flood Testing Graph Y Axis Capped at 3 Seconds" set xlabel "Request ...