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

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

[Octave-bug-tracker] [bug #54690] surface/patch markers not clipped to a


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #54690] surface/patch markers not clipped to axes with OpenGL toolkits
Date: Mon, 24 Sep 2018 12:29:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #54690 (project octave):

                 Summary: markers not clipped to axes with OpenGL toolkits =>
surface/patch markers not clipped to axes with OpenGL toolkits 

    _______________________________________________________

Follow-up Comment #3:

@Rik: Matlab also renders markers if their coordinates are exactly on  the
limit (see e.g. datetick_02.png in
https://josoansi.de/octave_plot_compare/compare_plot_demos_02.html), so Octave
behaves as Matlab for line objects. 
The problem here is specific to surface and patch objects for which markers
are never clipped. Changing the title again. 

The simple test case is 


clf
patch ("marker", "o", "markerfacecolor", "r", "clipping", "on")
xlim ([.05 .95])


There is already some logic for clipping but it simply doesn't work.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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