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

Function test_boxplot_no_weird_whisker

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

Source from the content-addressed store, hash-verified

3991@image_comparison(['boxplot_no_inverted_whisker.png'],
3992 remove_text=True, savefig_kwarg={'dpi': 40}, style='default')
3993def test_boxplot_no_weird_whisker():
3994 x = np.array([3, 9000, 150, 88, 350, 200000, 1400, 960],
3995 dtype=np.float64)
3996 ax1 = plt.axes()
3997 ax1.boxplot(x)
3998 ax1.set_yscale('log')
3999 ax1.yaxis.grid(False, which='minor')
4000 ax1.xaxis.grid(False)
4001
4002
4003def test_boxplot_bad_medians():

Callers

nothing calls this directly

Calls 4

boxplotMethod · 0.80
axesMethod · 0.45
set_yscaleMethod · 0.45
gridMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…