strange behaviour with z-buffer [message #11952] |
Mon, 08 June 1998 00:00 |
DAMIANO ZILIO
Messages: 8 Registered: February 1997
|
Junior Member |
|
|
I produce gif files with these 2 different ways:
1)
set_plot,'x'
window,0,reatin=2,xsixe=700,ysize=500
plot.....
img=tv()
write_gif,'filename',img
2)
set_plot,'z'
device,set_resolution=[700,500]
plot
img=tv()
write_gif,'filename',img
But the gif files obtained are different!!!
The relative position of the colorbar, using the z-buffer are wrong!,
there are some
strange overplottings!!
Can I avoid this problem?
How can I get, with z-buffer, exactly the same gif file of the
x-window???
THANKS in advance
--
Damiano Zilio
Joint Research Centre of the Commission of
the European Communities
I-21020 Ispra (VA)
Environment Institute
|
|
|