|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #49017] drawing grid uses RGBA color syntax incompatible with gnuplot 4.4 |
| Date: | Thu, 8 Sep 2016 03:20:23 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Update of bug #49017 (project octave):
Status: Confirmed => Ready For Test
_______________________________________________________
Follow-up Comment #7:
@Dan: I checked in your change here
(http://hg.savannah.gnu.org/hgweb/octave/rev/25122f114a24).
Instead of
uint8 (round (255 * color))
I used
uint8 (255 * color)
The uint8 function automatically does a round operation. It might be useful
to replace round() with uint8() more generally in __gnuplot_draw_axes__.
This is Ready for Test.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49017>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |