From c5650eacc52f43e36b5ae308be1a07e5a09f3339 Mon Sep 17 00:00:00 2001 From: Manuel Schlund <32543114+schlunma@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:44:51 +0100 Subject: [PATCH] Removed wrong description of option in portrait plot docstring (#3908) --- esmvaltool/diag_scripts/portrait_plot.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/esmvaltool/diag_scripts/portrait_plot.py b/esmvaltool/diag_scripts/portrait_plot.py index d8a19b52a9..433a4fd18e 100644 --- a/esmvaltool/diag_scripts/portrait_plot.py +++ b/esmvaltool/diag_scripts/portrait_plot.py @@ -65,11 +65,8 @@ Number given in Inches. By default 0. matplotlib_rc_params: dict, optional - Optional :class:`matplotlib.RcParams` used to customize matplotlib plots. - Options given here will be passed to :func:`matplotlib.rc_context` and used - for all plots produced with this diagnostic. Note: fontsizes specified here - might be overwritten by the plot-type-specific option ``fontsize`` (see - below). + Optional :class:`matplotlib.RcParams` used to customize the portrait plot. + Options given here will be passed to :func:`matplotlib.rc_context`. nan_color: str or None, optional Matplotlib named color or hexcode for NaN values. If set to None, no triangles are plotted for NaN values.