Not supported. Please consider using Cartopy.
(self, *args, **kwargs)
| 146 | set_xscale = set_yscale |
| 147 | |
| 148 | def set_xlim(self, *args, **kwargs): |
| 149 | """Not supported. Please consider using Cartopy.""" |
| 150 | raise TypeError("Changing axes limits of a geographic projection is " |
| 151 | "not supported. Please consider using Cartopy.") |
| 152 | |
| 153 | set_ylim = set_xlim |
| 154 | set_xbound = set_xlim |
no outgoing calls
no test coverage detected