|
From: jim_spurlin <jim...@co...> - 2007-08-03 15:15:21
|
i do not seem to be able to get x2tic etc on splot. i am using gnuplot 4.3 Is this feature suppose to work? unset pm3d; set x2tic set xrange [40:340]; set yrange [0:5000] f(x)= 50+10*x plot f(x) pause -1 "Hit return to continue" set pm3d map;set view map f1(x,y)= 50 +10 *x +10*y splot f1(x,y) pause -1 "Hit return to continue" unset x2tic splot f1(x,y) pause -1 "Hit return to continue" unset xtic splot f1(x,y) exit -- View this message in context: http://www.nabble.com/x2tic-in-splot-tf4213143.html#a11985294 Sent from the Gnuplot - User mailing list archive at Nabble.com. |