Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94bd7e3

Browse files
authored
Merge pull request #8918 from RavingMadScientist/markevery_demo
DOC: tidy up markevery_demo example
2 parents 062beb6 + 9a5ed2a commit 94bd7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/markevery_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
figsize = (10, 8)
3939
cols = 3
4040
gs = gridspec.GridSpec(len(cases) // cols + 1, cols)
41-
41+
gs.update(hspace=0.4)
4242
# define the data for cartesian plots
4343
delta = 0.11
4444
x = np.linspace(0, 10 - 2 * delta, 200) + delta

0 commit comments

Comments
 (0)