Skip to content

Commit 391d8ee

Browse files
committed
revert bad linting
1 parent 238fd84 commit 391d8ee

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

docs/source/recipes/plot_19_recipe.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
# of the maxima, we loop through the season query mapping and do a
5656
# "T: mean" collapse setting the season as the grouping:
5757
cfp.gopen(
58-
rows=2, columns=1, bottom=0.1, top=0.85,
58+
rows=2,
59+
columns=1,
60+
bottom=0.1,
61+
top=0.85,
5962
)
6063
cfp.gpos(1)
6164
cfp.gset(xmin="1980-01-01", xmax="2022-12-01", ymin=304, ymax=312)

docs/source/recipes/plot_22_recipe.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# %%
1212
# 1. Import cf-python, Dask.array, NumPy, and Matplotlib:
1313

14+
import cf
1415
import dask.array as da
15-
import matplotlib.pyplot as plt
1616
import numpy as np
17-
18-
import cf
17+
import matplotlib.pyplot as plt
1918

2019
# %%
2120
# 2. Read the field constructs and load the wind speed component fields:

docs/source/recipes/plot_23_recipe.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# sphinx_gallery_thumbnail_number = 2
1919
# sphinx_gallery_end_ignore
2020

21-
import cfplot as cfp
22-
import dask.array as da
2321
import matplotlib.pyplot as plt
24-
import numpy as np
25-
22+
import cfplot as cfp
2623
import cf
2724

25+
import numpy as np
26+
import dask.array as da
27+
2828
# %%
2929
# 2. Read example data field constructs, and set region for our plots:
3030

docs/source/recipes/recipe_list.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ plot_18_recipe.html#sphx-glr-recipes-plot-18-recipe-py
3737
plot_19_recipe.html#sphx-glr-recipes-plot-19-recipe-py
3838
<div class="sphx-glr-thumbcontainer collapse subspace subplot lineplot" tooltip="Collapse, Subspace, Subplot, Lineplot">
3939
plot_20_recipe.html#sphx-glr-recipes-plot-20-recipe-py
40-
<div class="sphx-glr-thumbcontainer subspace contourmap vectorplot maths masking" tooltip="Subspace, Contourmap, Vectorplot, Mathematical Operations, Mask">
40+
<div class="sphx-glr-thumbcontainer subspace contourmap vectorplot maths masking" tooltip="Subspace, Contourmap, Vectorplot, Mathematical Operations, Mask">
41+
plot_21_recipe.html#sphx-glr-recipes-plot-21-recipe-py
42+
<div class="sphx-glr-thumbcontainer maths stats" tooltip="Mathematical Operations, Statistical Operations">
43+
plot_22_recipe.html#sphx-glr-recipes-plot-22-recipe-py
44+
<div class="sphx-glr-thumbcontainer subspace maths" tooltip="Subspace, Mathematical Operations">
45+
plot_23_recipe.html#sphx-glr-recipes-plot-23-recipe-py
46+
<div class="sphx-glr-thumbcontainer subspace subplot vectorplot" tooltip="Subspace, Subplot, Vectorplot">

0 commit comments

Comments
 (0)