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

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

[Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits
Date: Sat, 28 May 2016 15:17:00 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #35, bug #47974 (project octave):

I'm attaching a new version of the mesh code.  It's simpler and better than
the previous version.  The previous version retained the existing code for the
'meshstyle' 'both' case.  The attached version does individual lines in one
direction and if 'both' selected then both directions are drawn, still with
individual lines.

To test, experiment with the waterfall demo, i.e.,


demo waterfall
[cntrl-c to break from demo]
kids = get(gca, 'children')
set(kids, 'meshstyle', 'row')
set(kids, 'meshstyle', 'column')
set(kids, 'meshstyle', 'both')
set(kids, 'facecolor', 'none')



(file #37297)
    _______________________________________________________

Additional Item Attachment:

File name: octave-gnuplot_meshstyle-djs2016may28.patch Size:4 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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