@@ -20,19 +20,19 @@ There are a number of Basemap instance methods for plotting data:
20
20
* :func: `~mpl_toolkits.basemap.Basemap.drawgreatcircle `: draw a `great circle <http://en.wikipedia.org/wiki/Great_circle >`__.
21
21
22
22
Many of these instances methods simply forward to the corresponding matplotlib
23
- `Axes <http ://matplotlib.sourceforge.net /api/axes_api.html >`__ instance method,
23
+ `Axes <https ://matplotlib.org /api/axes_api.html >`__ instance method,
24
24
with some extra pre/post processing and argument checking.
25
25
You can also plot on the map directly with the matplotlib
26
- `pyplot <http ://matplotlib.sourceforge.net /api/pyplot_api.html >`__ interface,
27
- or the `OO api <http ://matplotlib.sourceforge.net /examples/api/index.html >`__,
28
- using the `Axes <http ://matplotlib.sourceforge.net /api/axes_api.html >`__ instance
26
+ `pyplot <https ://matplotlib.org /api/pyplot_api.html >`__ interface,
27
+ or the `OO api <https ://matplotlib.org /examples/api/index.html >`__,
28
+ using the `Axes <https ://matplotlib.org /api/axes_api.html >`__ instance
29
29
associated with the Basemap.
30
30
31
31
For more specifics of how to use the Basemap instance methods,
32
32
see :ref: `api-index `.
33
33
34
34
Here are the examples (many of which utilize the
35
- `netcdf4-python <http://netcdf4-python.googlecode.com >`__ module
35
+ `netcdf4-python <http://unidata.github.io/ netcdf4-python/ >`__ module
36
36
to retrieve datasets over http):
37
37
38
38
* Plot contour lines on a basemap
@@ -74,4 +74,4 @@ to retrieve datasets over http):
74
74
75
75
* Draw day-night terminator on a map.
76
76
77
- .. plot :: users/figures/plotdaynight.py
77
+ .. plot :: users/figures/plotdaynight.py
0 commit comments