Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_circle
Method · 0.95
_set_triangle
Method · 0.95
_set_square
Method · 0.95
_set_diamond
Method · 0.95
_set_pentagon
Method · 0.95
_set_star
Method · 0.95
_set_hexagon1
Method · 0.95
_set_hexagon2
Method · 0.95
_set_octagon
Method · 0.95
_set_plus_filled
Method · 0.95
_set_x_filled
Method · 0.95
Calls
1
get_fillstyle
Method · 0.95
Tested by
no test coverage detected