gnuplot_scraps
This is an old revision of the document!
Gnuplot Scraps
Useful Links:
Things to remember:
set datafile separator “,”
sometimes it forgets how CSVs work?set key autotitle columnhead
really useful for >1 data seriesset xtics (0,300,600,900,1200,1500,1800,2100,2400,2700,3000,3300,3600)
not really needed with the following optionset xtic 3600
set xtic intervalset xrange [0:33090]
sometimes it's nice to manually define ranges
gnuplot_scraps.1680871938.txt.gz · Last modified: 2024/11/14 02:30 (external edit)