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

Function test_valid_marker_cycles

lib/matplotlib/tests/test_cycles.py:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def test_valid_marker_cycles():
31 fig, ax = plt.subplots()
32 ax.set_prop_cycle(cycler(marker=[1, "+", ".", 4]))
33
34
35def test_marker_cycle_kwargs_arrays_iterators():

Callers

nothing calls this directly

Calls 3

cyclerFunction · 0.85
subplotsMethod · 0.45
set_prop_cycleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…