|
33 | 33 | # %%
|
34 | 34 | # 5. Plot contour lines of this geopotential height for July 2018. Here:
|
35 | 35 | #
|
36 |
| -# - `cfplot.gopen <http://ajheaps.github.io/cf-plot/gopen.html>`_ is used to |
| 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 |
| -# `cfplot.gclose <http://ajheaps.github.io/cf-plot/gclose.html>`_; |
| 38 | +# `cfplot.gclose <https://ncas-cms.github.io/cf-plot/build/gclose.html>`_; |
39 | 39 | # - `cfplot.mapset <https://ajheaps.github.io/cf-plot/mapset.html>`_ is used to
|
40 | 40 | # set the map projection to North Polar Stereographic;
|
41 |
| -# - `cfplot.setvars <http://ajheaps.github.io/cf-plot/setvars.html>`_ is used to |
| 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
|
43 | 43 | # that represent continents;
|
44 |
| -# - `cfplot.con <http://ajheaps.github.io/cf-plot/con.html>`_ plots the contour |
| 44 | +# - `cfplot.con <https://ncas-cms.github.io/cf-plot/build/con.html>`_ plots the contour |
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 | 48 | # - `cfplot.levs <https://ajheaps.github.io/cf-plot/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 |
| -# - `cfplot.con <http://ajheaps.github.io/cf-plot/con.html>`_ is again used to |
| 51 | +# - `cfplot.con <https://ncas-cms.github.io/cf-plot/build/con.html>`_ is again used to |
52 | 52 | # plot the contour lines for polar-front jet and subtropical jet with a
|
53 | 53 | # thicker line width;
|
54 | 54 | # - `cfp.plotvars.mymap.stock_img() <https://scitools.org.uk/cartopy/docs/v0.15/matplotlib/geoaxes.html#cartopy.mpl.geoaxes.GeoAxes.stock_img>`_
|
|
119 | 119 | # provide an insight into the atmospheric conditions, the temperature anomalies
|
120 | 120 | # and the geopotential height contours are plotted using cf-plot. Here:
|
121 | 121 | #
|
122 |
| -# - `cfplot.gopen <http://ajheaps.github.io/cf-plot/gopen.html>`_ is used to |
| 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 |
| -# `cfplot.gclose <http://ajheaps.github.io/cf-plot/gclose.html>`_; |
| 124 | +# `cfplot.gclose <https://ncas-cms.github.io/cf-plot/build/gclose.html>`_; |
125 | 125 | # - `cfplot.mapset <https://ajheaps.github.io/cf-plot/mapset.html>`_ is used to
|
126 | 126 | # set the map projection to Robinson;
|
127 |
| -# - `cfplot.setvars <http://ajheaps.github.io/cf-plot/setvars.html>`_ is used to |
| 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 | 130 | # - `cfplot.levs <https://ajheaps.github.io/cf-plot/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 |
| -# - `cfplot.cscale <http://ajheaps.github.io/cf-plot/cscale.html>`_ is used to |
| 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 |
| -# - `cfplot.con <http://ajheaps.github.io/cf-plot/con.html>`_ plots contour fill |
| 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 | 137 | # - `cfplot.levs() <https://ajheaps.github.io/cf-plot/levs.html>`_ is used to
|
138 | 138 | # reset contour levels to default after which the steps to plot the contour
|
|
0 commit comments