|
From: pugo <mar...@gm...> - 2008-01-27 21:34:05
|
Hi everybody, I'm trying to plot a label over a pm3d surface. The pm3d overlays my label. How to make the label visible??? For instance the minimal script for illustration: set label 1 "text" at 0,0,60 set xrange[-10:10] set yrange[-10:10] set view 60,30 set title "The label is visible" splot x*y w pm3d pause -1 set view 180,0 set title "I need the label over the surface" splot x*y w pm3d Thanks! [gnuplot 4.2 patchlevel rc2] -- View this message in context: http://www.nabble.com/Can-GNUPLOT-plot-labels-over-pm3d-map----tp15124472p15124472.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |