MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_markevery

Method get_markevery

lib/matplotlib/lines.py:612–618  ·  view source on GitHub ↗

Return the markevery setting for marker subsampling. See also `~.Line2D.set_markevery`.

(self)

Source from the content-addressed store, hash-verified

610 self.stale = True
611
612 def get_markevery(self):
613 """
614 Return the markevery setting for marker subsampling.
615
616 See also `~.Line2D.set_markevery`.
617 """
618 return self._markevery
619
620 def set_picker(self, p):
621 """

Callers 1

drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected