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

Function test_marker_fillstyle

lib/matplotlib/tests/test_marker.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_marker_fillstyle():
12 marker_style = markers.MarkerStyle(marker='o', fillstyle='none')
13 assert marker_style.get_fillstyle() == 'none'
14 assert not marker_style.is_filled()
15
16
17@pytest.mark.parametrize('marker', [

Callers

nothing calls this directly

Calls 2

get_fillstyleMethod · 0.95
is_filledMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…