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

Function test_vert_violinplot_showextrema

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

Source from the content-addressed store, hash-verified

4085
4086@image_comparison(['violinplot_vert_showextrema.png'], style='mpl20')
4087def test_vert_violinplot_showextrema():
4088 ax = plt.axes()
4089 # First 9 digits of frac(sqrt(5))
4090 np.random.seed(236067977)
4091 data = [np.random.normal(size=100) for _ in range(4)]
4092 ax.violinplot(data, positions=range(4), showmeans=False, showextrema=True,
4093 showmedians=False)
4094
4095
4096@image_comparison(['violinplot_vert_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…