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

Function test_marker_as_markerstyle

lib/matplotlib/tests/test_axes.py:1868–1873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1866
1867
1868def test_marker_as_markerstyle():
1869 fix, ax = plt.subplots()
1870 m = mmarkers.MarkerStyle('o')
1871 ax.plot([1, 2, 3], [3, 2, 1], marker=m)
1872 ax.scatter([1, 2, 3], [4, 3, 2], marker=m)
1873 ax.errorbar([1, 2, 3], [5, 4, 3], marker=m)
1874
1875
1876@image_comparison(['markevery.png'], remove_text=True, style='mpl20')

Callers

nothing calls this directly

Calls 4

subplotsMethod · 0.45
plotMethod · 0.45
scatterMethod · 0.45
errorbarMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…