(self)
| 2201 | pytest.skip("does not make sense for surface plots") |
| 2202 | |
| 2203 | def test_can_pass_in_axis(self) -> None: |
| 2204 | self.pass_in_axis(self.plotmethod, subplot_kw={"projection": "3d"}) |
| 2205 | |
| 2206 | def test_default_cmap(self) -> None: |
| 2207 | # Does not make sense for surface plots with default arguments |
nothing calls this directly
no test coverage detected