Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ is_filled
Method
is_filled
lib/matplotlib/markers.py:269–270 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
267
return
bool(len(self._path.vertices))
268
269
def
is_filled(self):
270
return
self._filled
271
272
def
get_fillstyle(self):
273
return
self._fillstyle
Callers
3
scatter
Method · 0.95
test_marker_fillstyle
Function · 0.95
get_markeredgecolor
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_marker_fillstyle
Function · 0.76