Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99fea83 + fb081dd commit 53305a4Copy full SHA for 53305a4
1 file changed
lib/matplotlib/figure.py
@@ -1842,15 +1842,6 @@ def gca(self, **kwargs):
1842
# if the cax matches this key then return the axes, otherwise
1843
# continue and a new axes will be created
1844
if key == ckey and isinstance(cax, projection_class):
1845
- cbook.warn_deprecated(
1846
- "3.0",
1847
- "Calling `gca()` using the same arguments as a "
1848
- "previous axes currently reuses the earlier "
1849
- "instance. In a future version, a new instance will "
1850
- "always be created and returned. Meanwhile, this "
1851
- "warning can be suppressed, and the future behavior "
1852
- "ensured, by passing a unique label to each axes "
1853
- "instance.")
1854
return cax
1855
else:
1856
warnings.warn('Requested projection is different from '
0 commit comments