Re: postscript page control [message #3621] |
Mon, 13 February 1995 09:59 |
sjt
Messages: 72 Registered: November 1993
|
Member |
|
|
Mark Bohrer (bohrer@ll.mit.edu) wrote:
: While writing a postscript file(set_plot,'PS'), I am
: using "set_viewport" and "plot" to place multiple
: plots at custom locations on the page. (I don't want
: the fixed plot positions that come from using
: !p.multi)
: How can I start plotting on the next page??
use the ERASE procedure. It starts a new page on hardcopy devices.
: ----------------------------------------------------
: Mark Bohrer MIT Lincoln Lab
: bohrer@ll.mit.edu Group 106
: (617) 981-3675 Systems and Analysis
: --
: ------------------------------------------------------------ -----
: Some paths to truth can only be travelled together.
: ------------------------------------------------------------ -----
--
--
+------------------------+---------------------------------- --+---------+
| James Tappin, | School of Physics & Space Research | O__ |
| sjt@star.sr.bham.ac.uk | University of Birmingham | -- \/` |
| Ph: 021-414-6462. Fax: 021-414-3722 | |
+----------------------------------------------------------- --+---------+
|
|
|
Re: postscript page control [message #3645 is a reply to message #3621] |
Wed, 08 February 1995 15:30  |
thompson
Messages: 584 Registered: August 1991
|
Senior Member |
|
|
bohrer@ll.mit.edu (Mark Bohrer) writes:
> While writing a postscript file(set_plot,'PS'), I am
> using "set_viewport" and "plot" to place multiple
> plots at custom locations on the page. (I don't want
> the fixed plot positions that come from using
> !p.multi)
> How can I start plotting on the next page??
IDL> ERASE
In general, anything that would refresh the screen on a terminal or in a window
causes a new page when using the PostScript driver.
Bill Thompson
|
|
|