in order to print the plot that you draw with gnuplot quickly, you can save the following two lines as ~/.gnuplot
1
2
| set macros
lpr = "set terminal postscript noenhanced simplex monochrome 'Helvetica' 10; set size 0.4,0.4; set output '|lpr'; replot; set term pop; set size 1.0,1.0; replot;"; |
set macros
lpr = "set terminal postscript noenhanced simplex monochrome 'Helvetica' 10; set size 0.4,0.4; set output '|lpr'; replot; set term pop; set size 1.0,1.0; replot;";
after plotting, you can then simply type
in the gnuplot window
This entry was posted
on Saturday, June 9th, 2012 at 19:58 and is filed under misc.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.