|
From: Shigeharu T. <sh...@ie...> - 2010-05-07 10:24:29
|
shige 05/07 2010
----------------
In parametric mode, plot titles made by gnuplot-4.4.0 may be
strange.
For the commands
set parametric
plot sin(t),cos(t)
gnuplot-4.4.0 makes the plot title "sin(t), sin(t),cos(t)" though
gnuplot-4.2.6 makes "sin(t),cos(t)". For
set parametric
splot f(u,v),g(u,v),h(u,v)
gnuplot-4.4.0 makes the title
"f(u,v), f(u,v),g(u,v), f(u,v),g(u,v),h(u,v)"
though gnuplot-4.2.6 makes "f(u,v),g(u,v),h(u,v)".
The cvs version of gnuplot may have the same feature as version
4.4.0.
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|