Re: how to put several figures in a postscript file? [message #82976] |
Sun, 27 January 2013 17:43 |
xqinshan
Messages: 21 Registered: November 2008
|
Junior Member |
|
|
Thank you very much. I change the preview in device. It works.
在 2013年1月27日星期日UTC+8下午10时56分16秒,fawlty l...@gmail.com写道:
> On Sunday, January 27, 2013 3:14:35 PM UTC+1, xqin...@gmail.com wrote:
>
>> Hi, I'd like to put several figures in different pages in a postscript file. How to change pages? I use erase, like
>
>>
>
>> set_plot,'ps'
>
>>
>
>> device,....
>
>>
>
>> plot,[0,1],[0,1]
>
>>
>
>> erase
>
>>
>
>> plot,[0,1],[0,1]
>
>>
>
>> sometimes it works well, but sometimes there is wrong message:
>
>>
>
>> ERASE: PostScript preview incompatible with multiple pages.
>
>>
>
>> then how to do that?
>
>
>
> This is the correct way. Probably you are trying to create an EPS file, which is single page by definition. Check your DEVICE arguments.
>
>
>
> regards,
>
> Lajos
|
|
|
Re: how to put several figures in a postscript file? [message #82978 is a reply to message #82976] |
Sun, 27 January 2013 06:56  |
Lajos Foldy
Messages: 176 Registered: December 2011
|
Senior Member |
|
|
On Sunday, January 27, 2013 3:14:35 PM UTC+1, xqin...@gmail.com wrote:
> Hi, I'd like to put several figures in different pages in a postscript file. How to change pages? I use erase, like
>
> set_plot,'ps'
>
> device,....
>
> plot,[0,1],[0,1]
>
> erase
>
> plot,[0,1],[0,1]
>
> sometimes it works well, but sometimes there is wrong message:
>
> ERASE: PostScript preview incompatible with multiple pages.
>
> then how to do that?
This is the correct way. Probably you are trying to create an EPS file, which is single page by definition. Check your DEVICE arguments.
regards,
Lajos
|
|
|