|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits |
| Date: | Wed, 1 Jun 2016 22:44:37 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #43, bug #47974 (project octave):
I applied the patch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/ddd00394d4fe).
I also removed this
if (flat_interp_edge)
N_tup = 4;
else
N_tup = 3;
endif
because I couldn't find anywhere that N_tup was used.
In addition, this for loop
for i_stl = 1:length (style)
is now *within* this larger for loop
for np = 1:num_pass
Was that intended? Depending on the length of style and of num_pass that
could be a very slow double nested loop.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47974>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |