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

Function test_horiz_violinplot_showmeans

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

Source from the content-addressed store, hash-verified

4156
4157@image_comparison(['violinplot_horiz_showmeans.png'], style='mpl20')
4158def test_horiz_violinplot_showmeans():
4159 ax = plt.axes()
4160 # First 9 digits of frac(sqrt(29))
4161 np.random.seed(385164807)
4162 data = [np.random.normal(size=100) for _ in range(4)]
4163 ax.violinplot(data, positions=range(4), orientation='horizontal', showmeans=True,
4164 showextrema=False, showmedians=False)
4165
4166
4167@image_comparison(['violinplot_horiz_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…