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

[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/




reply via email to

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