[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"print" in multiplot mode (was Re: PostScript print function)
From: |
jsg |
Subject: |
"print" in multiplot mode (was Re: PostScript print function) |
Date: |
Wed, 24 Jun 1998 10:47:15 -0400 |
In message <address@hidden>, you write:
| John Logsdon wrote:
<delete>
| >
| >
| > function [_plotname]=printplot(filename,sl)
| In my print-function I simply use
|
| gset out "| lpr"
|
| for sending the output to the printer.
| -> no temp file and no sleeping neccessary.
What about in multiplot mode... is there a way to generate a
postscript file of a multiplot mode graph once it has been displayed
on the screen?
example:
========== cut here =================
octave:25> multiplot(1,2)
octave:26> subplot(211)
octave:27> plot([1 5;2 4],'-')
octave:28> gset out "| lpr" %same error for "gset term postscript" too
octave:29>
gnuplot> set out "| lpr"
^
line 0: you can't change the output in multiplot mode
========== cut here =================
John
---------------------------------------------------------
John S Gwynne, PhD.
Mission Research Corporation Email: address@hidden
3975 Research Blvd Tel: (937) 429-9261
Dayton Ohio 45430-2625 Fax: (937) 429-2625
---------------------------------------------------------