re-build map_plot as plot_map, combing updates from branch 74
tsherwen opened this issue · 1 comments
The 74, bendev, dev.red branches were combined into a single dev branch dev.main. Conflicts were resolved for map_plot whilst retaining back compatibility, however new updates to map_plot could not be included. A plot_map function has therefore been created. Updates to ticks/colorbars/default/general tidiness plotting should be applied to this and eventually map_plot will be retired.
map_plot/plot_map are now redundant as cartopy is used instead of basemap for plotting. This still wrappers the matplotlib library.
basemap plotting functions will be moved to a redundant folder in AC_tools to maintain back-compatibility for now.
e.g.
https://scitools.org.uk/cartopy/docs/v0.15/matplotlib/intro.html
http://xarray.pydata.org/en/stable/plotting.html
https://scitools.org.uk/cartopy/docs/v0.13/matplotlib/advanced_plotting.html