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

Method _half_fill

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

Source from the content-addressed store, hash-verified

505 self._snap = False
506
507 def _half_fill(self):
508 return self.get_fillstyle() in self._half_fillstyles
509
510 def _set_circle(self, size=1.0):
511 self._transform = Affine2D().scale(0.5 * size)

Callers 11

_set_circleMethod · 0.95
_set_triangleMethod · 0.95
_set_squareMethod · 0.95
_set_diamondMethod · 0.95
_set_pentagonMethod · 0.95
_set_starMethod · 0.95
_set_hexagon1Method · 0.95
_set_hexagon2Method · 0.95
_set_octagonMethod · 0.95
_set_plus_filledMethod · 0.95
_set_x_filledMethod · 0.95

Calls 1

get_fillstyleMethod · 0.95

Tested by

no test coverage detected