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

Method get_path

lib/matplotlib/markers.py:335–342  ·  view source on GitHub ↗

Return a `.Path` for the primary part of the marker. For unfilled markers this is the whole marker, for filled markers, this is the area to be drawn with *markerfacecolor*.

(self)

Source from the content-addressed store, hash-verified

333 self._recache()
334
335 def get_path(self):
336 """
337 Return a `.Path` for the primary part of the marker.
338
339 For unfilled markers this is the whole marker, for filled markers,
340 this is the area to be drawn with *markerfacecolor*.
341 """
342 return self._path
343
344 def get_transform(self):
345 """

Callers 1

scatterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected