Commit 875dbf0
committed
Move test that fig.add_axes() needs parameters
For historic reasons, this test was in `test_gca()`: Originally the test
test tested that `gca()` picks up the Axes created by `add_axes()`. But
that behavior was deprecated and the test turned into a check that is
doesn't work anymore. The test is now better placed in
`test_invalid_figure_add_axes()`.1 parent 037fcca commit 875dbf0
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
| |||
476 | 473 | | |
477 | 474 | | |
478 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
479 | 480 | | |
480 | 481 | | |
481 | 482 | | |
| |||
0 commit comments