Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_fillstyle
Method
get_fillstyle
lib/matplotlib/markers.py:272–273 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
270
return
self._filled
271
272
def
get_fillstyle(self):
273
return
self._fillstyle
274
275
def
_set_fillstyle(self, fillstyle):
276
""
"
Callers
14
_half_fill
Method · 0.95
_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
no outgoing calls
Tested by
1
test_marker_fillstyle
Function · 0.76