|
From: eschter <est...@gm...> - 2007-10-03 16:32:35
|
i would like to change the caption for the function i'm plotting.
i tried with
splot f(x,y) title "mytitle"
but this gives no result
my code is the following
f(x, y) = y**2 - x**3 +x
set xrange [-10:10]
set yrange [-10:10]
set view 0,0
set isosample 100,100
set size square
set cont base
set cntrparam levels discrete 0.0
unset surface
set xzeroaxis
set yzeroaxis
splot f(x,y) lt 2 lw 2 title "mytitle"
any ideas?
--
View this message in context: http://www.nabble.com/caption-title-with-splot-tf4562920.html#a13022645
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|