(self)
| 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): |