Re: Any known bug with PS output? [message #52796 is a reply to message #52795] |
Sat, 03 March 2007 19:40  |
Kenneth P. Bowman
Messages: 585 Registered: May 2000
|
Senior Member |
|
|
In article <1172977626.577836.296860@n33g2000cwc.googlegroups.com>,
win.trivit@gmail.com wrote:
> I've been having problem when plotting to postscript file in a way
> that the things I want to plot just went missing, while the same plot
> outputted to X window work fine. Here's some more detail...
> - plot type: contour and some map projection (imagine global map
> with contour plot and a color bar on the side)
> (the colorbar is also plotted using contour)
> - multi-plotting using !p.multi
> - position configuration using !p.position
> - add some figure title using xyouts
>
> When I plot to PS, the last thing being plotted is missing in the PS
> file, for example, if the order is
> - map plot, title, colorbar: then some of the colorbar label would
> be missing
> - map plot, colorbar, title: then some of the title character would
> be missing
> - colorbar, title, map plot: then some of the map projection is
> missing e.g. europe outline is just not there.
>
> I am not sure if anyone ever experience such problem... please help.
Are you doing this at the end of your program?
DEVICE, /CLOSE
If you don't, the output buffer doesn't get flushed and some PS commands
don't make it into the PS file.
Ken Bowman
|
|
|