Additional References for Chapter 14
This page lists additional references for Chapter 14.
- Adding an
Axesobject in matplotlib: https://stackoverflow.com/a/46933922/8430411 - “Built-in magic commands”: https://ipython.readthedocs.io/en/stable/interactive/magics.html
- “Cartography and Mapping in Python”: https://uoftcoders.github.io/studyGroup/lessons/python/cartography/lesson/
- Cartopy Feature interface: https://scitools.org.uk/cartopy/docs/v0.14/matplotlib/feature_interface.html
- “Cartopy map gridlines and tick labels”: https://scitools.org.uk/cartopy/docs/v0.13/matplotlib/gridliner.html
- Cartopy Natural Earth features: https://scitools.org.uk/cartopy/docs/latest/gallery/features.html#sphx-glr-gallery-features-py
- “Cartopy projection list”: https://scitools.org.uk/cartopy/docs/v0.13/crs/projections.html
- Cartopy’s
GeoAxesclass: https://scitools.org.uk/cartopy/docs/v0.13/matplotlib/geoaxes.htmladd_featuremethod: https://scitools.org.uk/cartopy/docs/v0.14/matplotlib/geoaxes.html#cartopy.mpl.geoaxes.GeoAxes.add_featureset_extentmethod: https://scitools.org.uk/cartopy/docs/v0.13/matplotlib/geoaxes.html#cartopy.mpl.geoaxes.GeoAxes.set_extentset_xticksmethod: https://scitools.org.uk/cartopy/docs/v0.14/matplotlib/geoaxes.html#cartopy.mpl.geoaxes.GeoAxes.set_xticksset_yticksmethod: https://scitools.org.uk/cartopy/docs/v0.14/matplotlib/geoaxes.html#cartopy.mpl.geoaxes.GeoAxes.set_yticks
- “Choosing Colormaps in Matplotlib”: https://matplotlib.org/3.1.0/tutorials/colors/colormaps.html
- “Cookbook / Matplotlib / Animation”: https://web.archive.org/web/20150905083935/http://wiki.scipy.org/Cookbook/Matplotlib/Animations (Internet Archive version from September 5, 2015)
- “Coordinate reference systems in Cartopy”: https://scitools.org.uk/cartopy/docs/v0.13/crs/
- “Customizing Matplotlib with style sheets and rcParams”: https://matplotlib.org/3.1.0/tutorials/introductory/customizing.html
- Get the figure number of a
Figureobject: https://stackoverflow.com/a/42323050/8430411 - Get the list of
Axesobjects on a matplotlibFigureobject: - “How to update data for Matplotlib’s im_show()”: https://stackoverflow.com/a/40301148/8430411
- “Image antialiasing”: https://matplotlib.org/gallery/images_contours_and_fields/image_antialiasing.html
- “Image tutorial”: https://matplotlib.org/tutorials/introductory/images.html#sphx-glr-tutorials-introductory-images-py
- “Interpolations for imshow”: https://matplotlib.org/gallery/images_contours_and_fields/interpolation_methods.html
- “Interpolations for imshow/matshow”: https://matplotlib.org/3.1.0/tutorials/introductory/customizing.html#matplotlib-rcparams
- “Maps in Scientific Python”: https://earth-env-data-science.github.io/lectures/mapping_cartopy.html
- “Matplotlib: Beyond the basics”: https://nbviewer.jupyter.org/github/ivanov/AY250/blob/d26763380d05b046359b71f42298de3385338eb6/matplotlib_beyond_basics.ipynb
- “Matplotlib: How to copy a contour plot to another figure?”: https://stackoverflow.com/q/57351212/8430411
- Matplotlib’s
Axesclass: https://matplotlib.org/3.1.1/api/axes_api.html#the-axes-class:axismethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.axis.html#matplotlib.axes.Axes.axiscontourmethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.contour.html#matplotlib.axes.Axes.contourcontourfmethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.contourf.html#matplotlib.axes.Axes.contourfimshowmethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.imshow.html#matplotlib.axes.Axes.imshowplotmethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.plot.htmlscattermethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.scatter.html#matplotlib.axes.Axes.scatterset_aspectmethod: https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.set_aspect.htmlset_xticksmethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.set_xticks.html#matplotlib.axes.Axes.set_xticksset_yticksmethod: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.set_yticks.html#matplotlib.axes.Axes.set_ytickstextmethod: https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.text.html
- Matplotlib’s
AxesImageclass: https://matplotlib.org/3.1.0/api/image_api.html#matplotlib.image.AxesImage - Matplotlib’s
cmmodule: https://matplotlib.org/3.1.0/api/cm_api.html - Matplotlib’s
Figureclass: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.figure.Figure.html - Matplotlib’s interactive mode: https://stackoverflow.com/a/6446392/8430411
- Matplotlib’s
Line2Dclass: https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.lines.Line2D.html:set_linestylemethod: https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_linestyleset_markermethod: https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_markerset_xdatamethod: https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_xdataset_ydatamethod: https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_ydata
- Matplotlib’s
LinearSegmentedColormapclass: https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.colors.LinearSegmentedColormap.html - Matplotlib’s pyplot module:
axesfunction: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.axes.htmlaxisfunction: https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.pyplot.axis.htmlclafunction: https://stackoverflow.com/a/8228808/8430411drawfunction: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.draw.htmlfigurefunction: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.figure.htmlgcafunction: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.gca.htmlimshowfunction: https://matplotlib.org/api/_as_gen/matplotlib.pyplot.imshow.htmlplotfunction: https://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.plotsubplotfunction: https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplot.html#matplotlib.pyplot.subplotsubplotsfunction: https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html#matplotlib.pyplot.subplots
- “More advanced mapping with cartopy and matplotlib”: https://scitools.org.uk/cartopy/docs/v0.14/matplotlib/advanced_plotting.html
- NumPy function
meshgrid: https://numpy.org/doc/stable/reference/generated/numpy.meshgrid.html - “PyFormat: Using
%and.format()for great good!”: https://pyformat.info/ - “pylab.ion() in python 2, matplotlib 1.1.1 and updating of the plot while the program runs”: https://stackoverflow.com/questions/12822762/pylab-ion-in-python-2-matplotlib-1-1-1-and-updating-of-the-plot-while-the-pro
- “Reverse Y-Axis in PyPlot”: https://stackoverflow.com/a/2052203
- Setting the current figure in matplotlib: https://stackoverflow.com/a/7987462/8430411
- “Transformations Tutorial”: https://matplotlib.org/tutorials/advanced/transforms_tutorial.html
- “Understanding the
transformandprojectionkeywords”: https://scitools.org.uk/cartopy/docs/latest/tutorials/understanding_transform.html - “User’s Guide”: https://matplotlib.org/users/index.html
- “Using cartopy with matplotlib”: https://scitools.org.uk/cartopy/docs/v0.13/matplotlib/intro.html