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

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

[Octave-bug-tracker] [bug #35761] surf() fails when Z values are within


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #35761] surf() fails when Z values are within eps of each other
Date: Fri, 16 Mar 2012 07:58:35 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

Follow-up Comment #8, bug #35761 (project octave):

Rik,

probably you are right, it is just a problem of gnuplot. Restoring graphics.cc
at the original state and changing


fprintf (plot_stream, "set cbrange [%g:%g];n", clim);


with


fprintf (plot_stream, "set cbrange [%.15e:%.15e];n", clim);


around line 1440 of __go_draw_axes__.m, I get all the examples mentioned in
this thread working. In that file, three lines above there is a similar one
that probably should be changed, too. Can you confirm that *both* lines should
be changed?

Thanks,

Marco

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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