(self)
| 1358 | self.plotfunc(a) |
| 1359 | |
| 1360 | def test_can_pass_in_axis(self) -> None: |
| 1361 | self.pass_in_axis(self.plotmethod) |
| 1362 | |
| 1363 | def test_xyincrease_defaults(self) -> None: |
| 1364 | # With default settings the axis must be ordered regardless |
nothing calls this directly
no test coverage detected