octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42561] gnuplot error on "demo trimesh"


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #42561] gnuplot error on "demo trimesh"
Date: Wed, 07 Jan 2015 22:09:53 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36

Follow-up Comment #7, bug #42561 (project octave):


Hi,

there are few problems with gnuplot plotting of trimesh,
like colormap problems, but according to gnuplot documentation, 
pm3d plots surface, and trimesh should plot only the mesh.
To get trimesh working, two lines should be changed

   fputs (plot_stream, "set pm3d implicit;n");
(line 1407) should not be written  but
   fputs (plot_stream, "set pm3d explicit;n");

and line 679 "sprintf ("with pm3d");" should be (for mesh only!)
"sprintf ("with lines");"

These changes will not solve the problem shown in comment#6,
but show the mesh lines in demo trimesh

Avinoam



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42561>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]