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

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

[Octave-bug-tracker] [bug #43559] "hold on" causes "plot" to use incorre


From: Helios De Rosario
Subject: [Octave-bug-tracker] [bug #43559] "hold on" causes "plot" to use incorrect series colouring
Date: Fri, 8 Jul 2016 11:19:25 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #14, bug #43559 (project octave):

Hi. In the changeset there is a reference to the property "colororderindex" of
axes. I have not tried it, but I guess that this might reproduce the older
"hold on":

plot(x1)
set(gca,"colororderindex", 1)
plot(x2)

If x1 contains more columns that the number of colors in the colororder set,
after rolling over the list it will change the style of the line, according to
the property "linestyleorder", if I understood correctly the code. You might
also want to reset the "linestyleorderindex" to 1.

I also would have preferred to keep the flexibility of holding "on" and "all"
as separate behaviors, but if it is not more complicated than that, I think I
can live with that change.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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