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

Function test_vert_violinplot_showmeans

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

Source from the content-addressed store, hash-verified

4075
4076@image_comparison(['violinplot_vert_showmeans.png'], style='mpl20')
4077def test_vert_violinplot_showmeans():
4078 ax = plt.axes()
4079 # First 9 digits of frac(sqrt(3))
4080 np.random.seed(732050807)
4081 data = [np.random.normal(size=100) for _ in range(4)]
4082 ax.violinplot(data, positions=range(4), showmeans=True, showextrema=False,
4083 showmedians=False)
4084
4085
4086@image_comparison(['violinplot_vert_showextrema.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…