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

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

[Octave-bug-tracker] [bug #57553] ML/Octave visual differences in plotti


From: Rik
Subject: [Octave-bug-tracker] [bug #57553] ML/Octave visual differences in plotting
Date: Wed, 8 Jan 2020 16:44:15 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #22, bug #57553 (project octave):

One thing I occasionally notice in the plots is that the tick marks at the end
of the axes are not well-joined to the line that makes the axes.  Try this


clf;
axes ('linewidth', 2, 'box', 'on')


See file axestick.png (file #48182).

The problem seems to be related to "graphicssmoothing" also being on.

The obvious solution is not to draw tickmarks when they are unnecessary.  This
would mean filtering out from the list of tickmarks any tickmark which occurs
at the same location as an axis boundary.



(file #48184)
    _______________________________________________________

Additional Item Attachment:

File name: axestick.png                   Size:9 KB
    <https://savannah.gnu.org/file/axestick.png?file_id=48184>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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