MCPcopy Index your code
hub / github.com/pydata/xarray / test_get_axis_current

Function test_get_axis_current

xarray/tests/test_plot.py:3355–3359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3353
3354@requires_matplotlib
3355def test_get_axis_current() -> None:
3356 with figure_context():
3357 _, ax = plt.subplots()
3358 out_ax = get_axis()
3359 assert ax is out_ax
3360
3361
3362@requires_matplotlib

Callers

nothing calls this directly

Calls 2

get_axisFunction · 0.90
figure_contextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…