MCPcopy
hub / github.com/pydata/xarray / test_axes_in_faceted_plot

Method test_axes_in_faceted_plot

xarray/tests/test_plot.py:2905–2907  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2903 assert ax.get_ylabel() == "B [Bunits]"
2904
2905 def test_axes_in_faceted_plot(self) -> None:
2906 with pytest.raises(ValueError):
2907 self.ds.plot.scatter(x="A", y="B", row="row", ax=plt.axes())
2908
2909 def test_figsize_and_size(self) -> None:
2910 with pytest.raises(ValueError):

Callers

nothing calls this directly

Calls 2

axesMethod · 0.80
scatterMethod · 0.45

Tested by

no test coverage detected