1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
.. _api.mpl:
Matplotlib interface (cartopy.mpl)
----------------------------------
Cartopy extends some Matplotlib capabilities to handle geographic
projections, such as non-rectangular axes and spines.
.. automodule:: cartopy.mpl
Geoaxes
~~~~~~~
.. automodule:: cartopy.mpl.geoaxes
.. autosummary::
:toctree: generated/
:template: autosummary/class_without_inherited.rst
GeoAxes
GeoAxesSubplot
GeoSpine
InterProjectionTransform
Gridlines and ticks
~~~~~~~~~~~~~~~~~~~
.. automodule:: cartopy.mpl.gridliner
.. autosummary::
:toctree: generated/
:template: autosummary/class_without_inherited.rst
Gridliner
.. automodule:: cartopy.mpl.ticker
.. autosummary::
:toctree: generated/
:template: autosummary/class_without_inherited.rst
LongitudeFormatter
LatitudeFormatter
LongitudeLocator
LatitudeLocator
Artist extensions
~~~~~~~~~~~~~~~~~
.. automodule:: cartopy.mpl.feature_artist
.. autosummary::
:toctree: generated/
:template: autosummary/class_without_inherited.rst
FeatureArtist
.. automodule:: cartopy.mpl.slippy_image_artist
.. autosummary::
:toctree: generated/
:template: autosummary/class_without_inherited.rst
SlippyImageArtist
Patch
~~~~~
.. automodule:: cartopy.mpl.patch
.. autosummary::
:toctree: generated/
geos_to_path
path_segments
path_to_geos
Path
~~~~
.. automodule:: cartopy.mpl.path
.. autosummary::
:toctree: generated/
path_to_shapely
shapely_to_path
|