[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap
From: |
Ben Abbott |
Subject: |
[Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap |
Date: |
Sat, 14 May 2016 02:41:43 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17 |
Follow-up Comment #12, bug #47911 (project octave):
@Dan,
I suspect the problem is with with __gnuplot_draw_axes__
1178 if (facecolor_none_or_white)
1179 zz(:,kk+3) = cdat(:,k);
1180 else
1181 ## Convert color to 24-bit RGB
1182 zz(:,kk+3) = hex2dec (sprintf ("%02x%02x%02x",
1183 round
(255*obj.facecolor)));
1184 endif
The obj.facecolor = "flat".
This code is part of the changeset below
http://hg.savannah.gnu.org/hgweb/octave/rev/21c3641422e0
If I recall correctly this is part of a large changeset that I split up. I
apparently got something wrong. Do you have any insight here?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47911>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Rik, 2016/05/12
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Mike Miller, 2016/05/12
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Rik, 2016/05/13
- Message not available
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Dan Sebald, 2016/05/13
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Ben Abbott, 2016/05/13
- Message not available
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Dan Sebald, 2016/05/13
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Ben Abbott, 2016/05/13
- Message not available
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Dan Sebald, 2016/05/13
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Ben Abbott, 2016/05/13
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap,
Ben Abbott <=
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Ben Abbott, 2016/05/13
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Dan Sebald, 2016/05/13
- [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap, Dan Sebald, 2016/05/14
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Rik, 2016/05/14
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Ben Abbott, 2016/05/14
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Dan Sebald, 2016/05/14
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Ben Abbott, 2016/05/14
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Rik, 2016/05/15
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Ben Abbott, 2016/05/15
- [Octave-bug-tracker] [bug #47911] edges of mesh visible with flat shading and gnuplot toolkit, Ben Abbott, 2016/05/15