Skip to content

Commit 295cb9a

Browse files
committed
fixed some flake8 issues in multi_datasets.py
1 parent 146b0d0 commit 295cb9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

esmvaltool/diag_scripts/monitor/multi_datasets.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@
6969
needs to be 2D with dimensions `time`, `latitude`/`longitude`.
7070
- Benchmarking plot annual cycles (``benchmarking_annual_cycle``)
7171
Same as plot type ``annual_cycle`` but including the range of metric
72-
results from an ensemble of models as shading.
72+
results from an ensemble of models as shading.
7373
- Benchmarking box plots (``benchmarking_boxplot``)
7474
Box plots showing the metric results for given variables from a given
7575
model and the range from the first quartile to the third quartile, the
7676
median, and minimum and maximum values (excluding the outliers) from
77-
an ensemble of models for comparison.
77+
an ensemble of models for comparison.
7878
- Benchmarking plot diurnal cycles (``benchmarking_diurnal_cycle``)
7979
Same as plot type ``diurnal_cycle`` but including range of metric results
8080
from an ensemble of models as shading.
8181
- Benchmarking map plots (``benchmarking_map``)
8282
Same as plot type ``map`` but with stippled areas masking grid cells
83-
where the selected metric is smaller than the 90% percentile of corresponding
84-
values from an ensemble of models used for comparison.
83+
where the selected metric is smaller than the 90% percentile of
84+
corresponding values from an ensemble of models used for comparison.
8585
- Benchmarking plot time series (``benchmarking_timeseries``)
8686
Same as plot type ``timeseries`` but including the range of metric
8787
results from an ensemble of models as shading.
@@ -655,7 +655,7 @@
655655
'{short_name}'``, ``xlim: [0, 5]``.
656656
var_order: str (list), optional
657657
Optional list of strings containing variable names to define the order of
658-
the variables plotted.
658+
the variables plotted.
659659
label: str, optional
660660
Facet_used_for_labels.
661661
fontsize: int, optional (default: 10)

0 commit comments

Comments
 (0)