(self)
| 1920 | assert isinstance(artist, mpl.collections.QuadMesh) |
| 1921 | |
| 1922 | def test_everything_plotted(self) -> None: |
| 1923 | artist = self.plotmethod() |
| 1924 | assert artist.get_array().size == self.darray.size |
| 1925 | |
| 1926 | @pytest.mark.slow |
| 1927 | def test_2d_coord_names(self) -> None: |