8000 tidy up markevery_demo example · matplotlib/matplotlib@9a5ed2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a5ed2a

Browse files
tidy up markevery_demo example
1 parent 411fbf6 commit 9a5ed2a

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)
0