Any known bug with PS output? [message #52799] |
Sat, 03 March 2007 19:07 |
win.trivit
Messages: 3 Registered: March 2007
|
Junior Member |
|
|
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.
|
|
|