@@ -18,19 +18,19 @@ Mapping toolkits
1818
1919Basemap
2020=======
21- `Basemap <http ://matplotlib.org/basemap >`_ plots data on map projections, with
22- continental and political boundaries.
21+ `Basemap <https ://matplotlib.org/basemap/ >`_ plots data on map projections,
22+ with continental and political boundaries.
2323
2424.. image :: /_static/basemap_contour1.png
2525 :height: 400px
2626
2727Cartopy
2828=======
29- `Cartopy <http ://scitools.org.uk/cartopy/docs/latest >`_ builds on top
29+ `Cartopy <https ://scitools.org.uk/cartopy/docs/latest >`_ builds on top
3030of Matplotlib to provide object oriented map projection definitions
3131and close integration with Shapely for powerful yet easy-to-use vector
3232data processing tools. An example plot from the `Cartopy gallery
33- <http ://scitools.org.uk/cartopy/docs/latest/gallery.html> `_:
33+ <https ://scitools.org.uk/cartopy/docs/latest/gallery.html> `_:
3434
3535.. image :: /_static/cartopy_hurricane_katrina_01_00.png
3636 :height: 400px
@@ -68,7 +68,7 @@ to python based on Matplotlib.
6868holoviews
6969=========
7070`holoviews <http://holoviews.org >`_ makes it easier to visualize data
71- interactively, especially in a `Jupyter notebook <http ://jupyter.org >`_, by
71+ interactively, especially in a `Jupyter notebook <https ://jupyter.org >`_, by
7272providing a set of declarative plotting objects that store your data and
7373associated metadata. Your data is then immediately visualizable alongside or
7474overlaid with other data, either statically or with automatically provided
@@ -120,7 +120,7 @@ diagrams.
120120
121121mpl-probscale
122122=============
123- `mpl-probscale <http ://matplotlib.org/mpl-probscale/ >`_ is a small extension
123+ `mpl-probscale <https ://matplotlib.org/mpl-probscale/ >`_ is a small extension
124124that allows Matplotlib users to specify probabilty scales. Simply importing the
125125``probscale `` module registers the scale with Matplotlib, making it accessible
126126via e.g., ``ax.set_xscale('prob') `` or ``plt.yscale('prob') ``.
0 commit comments