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

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

[Octave-bug-tracker] [bug #57388] [wish] appearance of legend keys for s


From: Rik
Subject: [Octave-bug-tracker] [bug #57388] [wish] appearance of legend keys for stem, errorbar, contour
Date: Tue, 10 Dec 2019 13:44:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #11, bug #57388 (project octave):

I think the issue is larger than just legend objects and so we can ignore it
for now.

Specifically, Matlab has the figure propert "GraphicsSmoothing" which enables
anti-aliasing and then another property just for line objects called
"AlignVertexCenters" which partially undoes the smoothing for horizontal and
vertical lines in order to make them appear crisper.

Turning off GraphicsSmoothing makes the Y-errobar legend key appear correctly
on screen.


errorbar (0:10, rand (1,11), 0.25*rand(1,11))
legend abc
set (gcf, 'graphicssmoothing', 'off')





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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