|
43 | 43 |
|
44 | 44 | # %%
|
45 | 45 | # 6. Plot the AOD for all the retrievals using
|
46 |
| -# `cfplot.con <http://ajheaps.github.io/cf-plot/con.html>`_. Here the argument |
| 46 | +# `cfplot.con <https://ncas-cms.github.io/cf-plot/build/con.html>`_. Here the argument |
47 | 47 | # ``'ptype'`` specifies the type of plot to use (latituide-longitude here) and
|
48 | 48 | # the argument ``'lines=False'`` does not draw contour lines:
|
49 | 49 | cfp.con(f=aod.array, x=lon.array, y=lat.array, ptype=1, lines=False)
|
|
68 | 68 |
|
69 | 69 | # %%
|
70 | 70 | # 9. Now plot both the AOD from `high-quality` retrieval and all other retrievals
|
71 |
| -# using `cfplot.con <http://ajheaps.github.io/cf-plot/con.html>`_. Here: |
| 71 | +# using `cfplot.con <https://ncas-cms.github.io/cf-plot/build/con.html>`_. Here: |
72 | 72 | #
|
73 |
| -# - `cfplot.gopen <http://ajheaps.github.io/cf-plot/gopen.html>`_ is used to |
| 73 | +# - `cfplot.gopen <https://ncas-cms.github.io/cf-plot/build/gopen.html>`_ is used to |
74 | 74 | # define the parts of the plot area, specifying that the figure should have
|
75 | 75 | # 1 row and 2 columns, which is closed by
|
76 |
| -# `cfplot.gclose <http://ajheaps.github.io/cf-plot/gclose.html>`_; |
| 76 | +# `cfplot.gclose <https://ncas-cms.github.io/cf-plot/build/gclose.html>`_; |
77 | 77 | # - `plt.suptitle <https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.suptitle.html>`_
|
78 | 78 | # is used to add a title for the whole figure;
|
79 | 79 | # - the subplots for plotting are selected using
|
80 |
| -# `cfplot.gpos <https://ajheaps.github.io/cf-plot/gpos.html>`_ after which |
81 |
| -# `cfplot.mapset <https://ajheaps.github.io/cf-plot/mapset.html>`_ is used to |
| 80 | +# `cfplot.gpos <https://ncas-cms.github.io/cf-plot/build/gpos.html>`_ after which |
| 81 | +# `cfplot.mapset <https://ncas-cms.github.io/cf-plot/build/mapset.html>`_ is used to |
82 | 82 | # set the map limits and resolution for the subplots;
|
83 | 83 | # - and as cf-plot stores the plot in a plot object with the name
|
84 | 84 | # ``cfp.plotvars.plot``, country borders are added using normal
|
|
0 commit comments