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

Function test_boxplot_zorder

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

Source from the content-addressed store, hash-verified

4021
4022
4023def test_boxplot_zorder():
4024 x = np.arange(10)
4025 fix, ax = plt.subplots()
4026 assert ax.boxplot(x)['boxes'][0].get_zorder() == 2
4027 assert ax.boxplot(x, zorder=10)['boxes'][0].get_zorder() == 10
4028
4029
4030def test_boxplot_marker_behavior():

Callers

nothing calls this directly

Calls 3

get_zorderMethod · 0.80
boxplotMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…