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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50511] colororder property seems to be reset


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #50511] colororder property seems to be reset on plot
Date: Fri, 10 Mar 2017 14:06:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #1, bug #50511 (project octave):

If you are building from source, the easiest way to locate the pertinent code
or script is to use "grep".  First, keep your build directory separate from
the source tree (see "configure" etc.).  Then, go to root of the source tree
and try:


address@hidden ~/octave/octave/octave $ grep -is colororder */*
address@hidden ~/octave/octave/octave $ grep -is colororder */*/*
address@hidden ~/octave/octave/octave $ grep -is colororder */*/*/*


until something useful seems to appear.  Having done that here, it looks to me
that none of the scripts (i.e., .m files) set colororder at a base level
(there are plenty of demo scripts that call the "set('colororder')" command). 
So it must be C++ code:


libinterp/corefcn/graphics.cc:default_colororder (void)
libinterp/corefcn/graphics.cc:  colororder.add_constraint (dim_vector (-1,
3));
libinterp/corefcn/graphics.cc:  colororder = default_colororder ();
libinterp/corefcn/graphics.cc:  colororderindex = 1.0;


Locating the source of the issue isn't a precise process.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50511>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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