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

Method test_figsize_and_size

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

Source from the content-addressed store, hash-verified

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):
2911 self.ds.plot.scatter(x="A", y="B", row="row", size=3, figsize=(4, 3))
2912
2913 @pytest.mark.parametrize(
2914 "x, y, hue, add_legend, add_colorbar, error_type",

Callers

nothing calls this directly

Calls 1

scatterMethod · 0.45

Tested by

no test coverage detected