We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc781e commit c5650eaCopy full SHA for c5650ea
esmvaltool/diag_scripts/portrait_plot.py
@@ -65,11 +65,8 @@
65
Number given in Inches. By default 0.
66
67
matplotlib_rc_params: dict, optional
68
- Optional :class:`matplotlib.RcParams` used to customize matplotlib plots.
69
- Options given here will be passed to :func:`matplotlib.rc_context` and used
70
- for all plots produced with this diagnostic. Note: fontsizes specified here
71
- might be overwritten by the plot-type-specific option ``fontsize`` (see
72
- below).
+ Optional :class:`matplotlib.RcParams` used to customize the portrait plot.
+ Options given here will be passed to :func:`matplotlib.rc_context`.
73
nan_color: str or None, optional
74
Matplotlib named color or hexcode for NaN values. If set to None,
75
no triangles are plotted for NaN values.
0 commit comments