[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printing graphs automatically from Oct1.1.1
From: |
niles |
Subject: |
Re: printing graphs automatically from Oct1.1.1 |
Date: |
Thu, 15 Jun 95 08:33:30 -0400 |
>I find the many commands needed in Octave 1.1.1 to switch Gnuplot to
>"postscript", output to "file" etc. annoying, so I wrote the "print.m"
>command as included below.
Seems kind of complex...here's my print.m:
----------
print.m
----------
set term postscript landscape color
set output "|lpr "
replot
set output
set term x11
replot
----------
Thanks,
Rick Niles.