|
From: Hans-Bernhard B. <br...@ph...> - 2005-03-18 18:12:16
|
Shigeharu TAKENO wrote: > *** gnuplot.doc.ORG 2005-03-18 20:31:57.000000000 +0900 > --- gnuplot.doc 2005-03-18 20:32:34.000000000 +0900 > *************** > *** 8757,8763 **** > the plot. `set title` is a special case of `set label`. > > Syntax: > ! set title {"<title-text>"} {offset <offset>} {"<font>{,<size>}"} > ! set title {"<title-text>"} {offset <offset>} {font "<font>{,<size>}"} Accepted (the documented syntax is still accepted, but deprecated). [...faq.tex...] > *************** > *** 834,840 **** > \texttt{splot ... with pm3d}. > > In the above example, pm3d displays triangles as independent surfaces. > ! They are plotted one surface after another as found in the data file. > Parts overlapping in 2D projection are overdrawn. > > Gnuplot is not 3D modeling program. Its hidden routines apply for points and > --- 834,840 ---- > \texttt{splot ... with pm3d}. > > In the above example, pm3d displays triangles as independent surfaces. > ! They are plotted one surface after another is found in the data file. > Parts overlapping in 2D projection are overdrawn. > > Gnuplot is not 3D modeling program. Its hidden routines apply for points and This one is a subtle case. The old text was factually correctly, but could benefit from a strategically placed comma to ease understanding. Will do that. |