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

Function test_vert_violinplot_showmedians

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

Source from the content-addressed store, hash-verified

4095
4096@image_comparison(['violinplot_vert_showmedians.png'], style='mpl20')
4097def test_vert_violinplot_showmedians():
4098 ax = plt.axes()
4099 # First 9 digits of frac(sqrt(7))
4100 np.random.seed(645751311)
4101 data = [np.random.normal(size=100) for _ in range(4)]
4102 ax.violinplot(data, positions=range(4), showmeans=False, showextrema=False,
4103 showmedians=True)
4104
4105
4106@image_comparison(['violinplot_vert_showall.png'], style='mpl20')

Callers

nothing calls this directly

Calls 2

violinplotMethod · 0.80
axesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…