Quick Plots with GNUplot

Linux, math, graphs

A quick plot can be done using gnuplot. Options of interest include...

set xlabel "my x-axis label"
set title "great plots"
set nokey
plot "datapoints.txt" smooth

You may also want to set the terminal and output to have the plot written to a file.

Comments powered by Disqus

Copyright 2010. All Rights Reserved.