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

Function test_boxplot_sym

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

Source from the content-addressed store, hash-verified

3871 savefig_kwarg={'dpi': 40},
3872 style='default')
3873def test_boxplot_sym():
3874 x = np.linspace(-7, 7, 140)
3875 x = np.hstack([-25, x, 25])
3876 fig, ax = plt.subplots()
3877
3878 ax.boxplot([x, x], sym='gs')
3879 ax.set_ylim(-30, 30)
3880
3881
3882@image_comparison(['boxplot_autorange_false_whiskers.png',

Callers

nothing calls this directly

Calls 3

boxplotMethod · 0.80
subplotsMethod · 0.45
set_ylimMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…