User Tools

Site Tools


other:python:maps_by_jyp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
other:python:maps_by_jyp [2019/09/18 13:40]
jypeter [Megabiome maps]
other:python:maps_by_jyp [2020/02/19 08:32]
jypeter [PFT maps]
Line 1: Line 1:
 ====== JYP's map room ====== ====== JYP's map room ======
  
-You will find below a gallery of maps made with [[https://​scitools.org.uk/​cartopy/​|cartopy]].+You will find below a gallery of maps made with [[other:​python:​matplotlib_by_jyp|matplotlib]] and [[https://​scitools.org.uk/​cartopy/​|cartopy]]
 + 
 +You can get more python information on the [[other:​python:​jyp_steps|JYP'​s recommended steps for learning python]] page.
  
 This page is under construction and its content may change drastically. The source codes are on LSCE servers, that you can hopefully access (too bad otherwise...) This page is under construction and its content may change drastically. The source codes are on LSCE servers, that you can hopefully access (too bad otherwise...)
Line 19: Line 21:
     * Use an //A4 portrait// (''​figsize=(8.3,​ 11.7)''​) figure size and ''​subplots_adjust''​ in order to improve the page layout     * Use an //A4 portrait// (''​figsize=(8.3,​ 11.7)''​) figure size and ''​subplots_adjust''​ in order to improve the page layout
     * Use a //listed colormap// (and the associated //norm//), and ''​pcolormesh''​ to plot the discrete PFT values     * Use a //listed colormap// (and the associated //norm//), and ''​pcolormesh''​ to plot the discrete PFT values
-    * Use a trick to make sure that the black plot border is correctly plotted above everything (''​top_plot.outline_patch.set_zorder(50)''​)+    * Use a trick to make sure that the black plot border is correctly plotted above everything (''​top_plot.outline_patch.set_zorder(50)''​). Note: the plot border problem in ''​cartopy 0.17.0''​ has been [[https://​github.com/​SciTools/​cartopy/​issues/​1364|fixed in a future version of cartopy]] and the //​outline_patch trick// will not be required at some point
  
 ===== Megabiome maps ===== ===== Megabiome maps =====
other/python/maps_by_jyp.txt · Last modified: 2021/08/03 12:01 by jypeter