Skip to content

Commit

Permalink
Removed wrong description of option in portrait plot docstring (#3908)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored Feb 10, 2025
1 parent 6fc781e commit c5650ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions esmvaltool/diag_scripts/portrait_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c5650ea

Please sign in to comment.