Skip to content

Commit c5650ea

Browse files
authored
Removed wrong description of option in portrait plot docstring (#3908)
1 parent 6fc781e commit c5650ea

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

esmvaltool/diag_scripts/portrait_plot.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,8 @@
6565
Number given in Inches. By default 0.
6666
6767
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).
68+
Optional :class:`matplotlib.RcParams` used to customize the portrait plot.
69+
Options given here will be passed to :func:`matplotlib.rc_context`.
7370
nan_color: str or None, optional
7471
Matplotlib named color or hexcode for NaN values. If set to None,
7572
no triangles are plotted for NaN values.

0 commit comments

Comments
 (0)