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

Function test_horiz_violinplot_baseline

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

Source from the content-addressed store, hash-verified

4136
4137@image_comparison(['violinplot_horiz_baseline.png'], style='mpl20')
4138def test_horiz_violinplot_baseline():
4139 ax = plt.axes()
4140 # First 9 digits of frac(sqrt(19))
4141 np.random.seed(358898943)
4142 data = [np.random.normal(size=100) for _ in range(4)]
4143 ax.violinplot(data, positions=range(4), orientation='horizontal', showmeans=False,
4144 showextrema=False, showmedians=False)
4145
4146
4147@image_comparison(['violinplot_horiz_showmedians.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…