()
| 28 | |
| 29 | |
| 30 | def test_valid_marker_cycles(): |
| 31 | fig, ax = plt.subplots() |
| 32 | ax.set_prop_cycle(cycler(marker=[1, "+", ".", 4])) |
| 33 | |
| 34 | |
| 35 | def test_marker_cycle_kwargs_arrays_iterators(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…