|
From: Petr M. <mi...@ph...> - 2006-11-02 11:51:07
|
Here is a bug report from a user: In the following script, the map (for a 3D file) is shifted in the opposite (wrong) direction in the png output file compared to other terminals. set xrange [20:-20] #set xrange [-20:20] plot "a.dat" w image set terminal png; set output "s.png" replot set term postscript color; set out 'a.ps'; replot set term fig color; set out 'a.fig'; replot set out; set term pop Is it a bug in the gd terminal? --- PM |