MCPcopy
hub / github.com/matplotlib/matplotlib / set_xlim

Method set_xlim

galleries/examples/misc/custom_projection.py:260–262  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

258 # set_xlim and set_ylim to ignore any input. This also applies to
259 # interactive panning and zooming in the GUI interfaces.
260 def set_xlim(self, *args, **kwargs):
261 raise TypeError("Changing axes limits of a geographic projection is "
262 "not supported. Please consider using Cartopy.")
263
264 set_ylim = set_xlim
265

Callers 15

colors.pyFile · 0.45
colormaps.pyFile · 0.45
setupFunction · 0.45
axes_ticks.pyFile · 0.45
axes_scales.pyFile · 0.45
axes_units.pyFile · 0.45
autoscale.pyFile · 0.45
plot_imshow_with_labelsFunction · 0.45
paths.pyFile · 0.45
text_intro.pyFile · 0.45
errorbar_limits.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected