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

Method _set_thin_diamond

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

Source from the content-addressed store, hash-verified

619 self._joinstyle = self._user_joinstyle or JoinStyle.miter
620
621 def _set_thin_diamond(self):
622 self._set_diamond()
623 self._transform.scale(0.6, 1.0)
624
625 def _set_pentagon(self):
626 self._transform = Affine2D().scale(0.5)

Callers

nothing calls this directly

Calls 2

_set_diamondMethod · 0.95
scaleMethod · 0.45

Tested by

no test coverage detected