Skip to content

Commit f84f889

Browse files
Remove spaces between blocks in case causing gallery issue
1 parent 7903a3f commit f84f889

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/source/recipes/plot_17_recipe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,4 @@
106106
colorbar_thick=0.02,
107107
colorbar_fontsize=11,
108108
)
109-
110-
cfp.gclose(view=True)
109+
cfp.gclose()

docs/source/recipes/plot_18_recipe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,4 @@
141141
colorbar_drawedges=False,
142142
**label_info,
143143
)
144-
145144
cfp.gclose()

0 commit comments

Comments
 (0)