Using PS_START to create A4 Landscape postscript? [message #77890] |
Thu, 29 September 2011 04:14 |
rjp23
Messages: 97 Registered: June 2010
|
Member |
|
|
Hi,
I'm sure this is simple but I can't quite get it to work.
I want to create an A4 landscape postscript file where the plot takes
up the entire window (i.e. no margins).
I thought I could do this: PS_Start, FILENAME='plot.ps', chasize=1,
landscape=1, page='A4' but it doesn't seem to work.
I specifically don't want to use the psconfig GUI as this needs to run
in a loop and create multiple plots, but I thought I could set the
keywords in ps_start without needing to use ps_config.
Can someone point me in the right direction?
Cheers
Rob
|
|
|