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

Method _set_point

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

Source from the content-addressed store, hash-verified

520 self._alt_transform = self._transform.frozen().rotate_deg(180.)
521
522 def _set_point(self):
523 self._set_circle(size=0.5)
524
525 def _set_pixel(self):
526 self._path = Path.unit_rectangle()

Callers

nothing calls this directly

Calls 1

_set_circleMethod · 0.95

Tested by

no test coverage detected