# get plot using gnuplot -persist one_over_x.plot # save to a file import one_over_x.jpg # edit if needed gimp one_over_x.jpg set title "1/x from .01 to 2" set xrange [0.01:2.0] plot 1/x with lines exit