MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_xlim

Method set_xlim

lib/matplotlib/projections/geo.py:148–151  ·  view source on GitHub ↗

Not supported. Please consider using Cartopy.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers 3

clearMethod · 0.45
set_thetalimMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected