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

Method get_marker

lib/matplotlib/markers.py:295–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293 return self._capstyle.name
294
295 def get_marker(self):
296 return self._marker
297
298 def _set_marker(self, marker):
299 """

Callers 2

_set_mathtext_pathMethod · 0.95
scatterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected