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

Function _rc_test_bxp_helper

lib/matplotlib/tests/test_axes.py:3901–3906  ·  view source on GitHub ↗
(ax, rc_dict)

Source from the content-addressed store, hash-verified

3899
3900
3901def _rc_test_bxp_helper(ax, rc_dict):
3902 x = np.linspace(-7, 7, 140)
3903 x = np.hstack([-25, x, 25])
3904 with matplotlib.rc_context(rc_dict):
3905 ax.boxplot([x, x])
3906 return ax
3907
3908
3909@image_comparison(['boxplot_rc_parameters.png'],

Callers 1

Calls 1

boxplotMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…