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: Rik
Subject: [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits
Date: Thu, 2 Jun 2016 16:58:01 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

I applied your patch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/43980d664e2d).  Rather than call
the bitshift function every time the __gnuplot_draw_axes__ function is called


bitshift(1,0), bitshift(1,8), bitshift(1,16)


I used constants that will be evaluated just once when the function is
parsed.


0x1, 0x100, 0x10000




    _______________________________________________________

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]