File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1842,15 +1842,6 @@ def gca(self, **kwargs):
1842
1842
# if the cax matches this key then return the axes, otherwise
1843
1843
# continue and a new axes will be created
1844
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
1845
return cax
1855
1846
else :
1856
1847
warnings .warn ('Requested projection is different from '
You can’t perform that action at this time.
0 commit comments