()
| 232 | |
| 233 | |
| 234 | def test_get_gridspec(): |
| 235 | # ahem, pretty trivial, but... |
| 236 | fig, ax = plt.subplots() |
| 237 | assert ax.get_subplotspec().get_gridspec() == ax.get_gridspec() |
| 238 | |
| 239 | |
| 240 | def test_dont_mutate_kwargs(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…