|
36 | 36 | # - `cfplot.gopen <https://ncas-cms.github.io/cf-plot/build/gopen.html>`_ is used to
|
37 | 37 | # define the parts of the plot area, which is closed by
|
38 | 38 | # `cfplot.gclose <https://ncas-cms.github.io/cf-plot/build/gclose.html>`_;
|
39 |
| -# - `cfplot.mapset <https://ajheaps.github.io/cf-plot/mapset.html>`_ is used to |
| 39 | +# - `cfplot.mapset <https://ncas-cms.github.io/cf-plot/build/mapset.html>`_ is used to |
40 | 40 | # set the map projection to North Polar Stereographic;
|
41 | 41 | # - `cfplot.setvars <https://ncas-cms.github.io/cf-plot/build/setvars.html>`_ is used to
|
42 | 42 | # set various attributes of the plot, like setting the thickness of the lines
|
|
45 | 45 | # lines representing the 200 hpa geopotential height values without filling
|
46 | 46 | # between the contour lines (``fill=False``) and no colour bar
|
47 | 47 | # (``colorbar=False``);
|
48 |
| -# - `cfplot.levs <https://ajheaps.github.io/cf-plot/levs.html>`_ is used to |
| 48 | +# - `cfplot.levs <https://ncas-cms.github.io/cf-plot/build/levs.html>`_ is used to |
49 | 49 | # specify two contour levels, 12000 and 12300 m, corresponding to the
|
50 | 50 | # approximate polar-front jet and subtropical jet respectively;
|
51 | 51 | # - `cfplot.con <https://ncas-cms.github.io/cf-plot/build/con.html>`_ is again used to
|
|
122 | 122 | # - `cfplot.gopen <https://ncas-cms.github.io/cf-plot/build/gopen.html>`_ is used to
|
123 | 123 | # define the parts of the plot area, which is closed by
|
124 | 124 | # `cfplot.gclose <https://ncas-cms.github.io/cf-plot/build/gclose.html>`_;
|
125 |
| -# - `cfplot.mapset <https://ajheaps.github.io/cf-plot/mapset.html>`_ is used to |
| 125 | +# - `cfplot.mapset <https://ncas-cms.github.io/cf-plot/build/mapset.html>`_ is used to |
126 | 126 | # set the map projection to Robinson;
|
127 | 127 | # - `cfplot.setvars <https://ncas-cms.github.io/cf-plot/build/setvars.html>`_ is used to
|
128 | 128 | # set various attributes of the plot, like setting the thickness of the lines
|
129 | 129 | # that represent continents and master title properties;
|
130 |
| -# - `cfplot.levs <https://ajheaps.github.io/cf-plot/levs.html>`_ is used to |
| 130 | +# - `cfplot.levs <https://ncas-cms.github.io/cf-plot/build/levs.html>`_ is used to |
131 | 131 | # specify the contour levels for temperature anomalies, starting from -2 to 2
|
132 | 132 | # with an interval of 0.5;
|
133 | 133 | # - `cfplot.cscale <https://ncas-cms.github.io/cf-plot/build/cscale.html>`_ is used to
|
134 | 134 | # choose one of the colour maps amongst many available;
|
135 | 135 | # - `cfplot.con <https://ncas-cms.github.io/cf-plot/build/con.html>`_ plots contour fill
|
136 | 136 | # of temperature anomalies without contour lines (``lines=False``);
|
137 |
| -# - `cfplot.levs() <https://ajheaps.github.io/cf-plot/levs.html>`_ is used to |
| 137 | +# - `cfplot.levs() <https://ncas-cms.github.io/cf-plot/build/levs.html>`_ is used to |
138 | 138 | # reset contour levels to default after which the steps to plot the contour
|
139 | 139 | # lines representing the 200 hpa geopotential height values, the approximate
|
140 | 140 | # polar-front jet and subtropical jet from Step 5 are repeated:
|
|
0 commit comments