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

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

[Octave-bug-tracker] [bug #54793] Dashed line becomes solid in legend


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54793] Dashed line becomes solid in legend
Date: Fri, 5 Oct 2018 16:29:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36

Follow-up Comment #2, bug #54793 (project octave):

Another workaround that works for me, change the color of the bounding box
instead of turning it off:


legend boxon;
hleg = legend;
set (hleg, "edgecolor", "white");


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54793>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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