Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 062beb6 + 9a5ed2a commit 94bd7e3Copy full SHA for 94bd7e3
examples/pylab_examples/markevery_demo.py
@@ -38,7 +38,7 @@
38
figsize = (10, 8)
39
cols = 3
40
gs = gridspec.GridSpec(len(cases) // cols + 1, cols)
41
-
+gs.update(hspace=0.4)
42
# define the data for cartesian plots
43
delta = 0.11
44
x = np.linspace(0, 10 - 2 * delta, 200) + delta
0 commit comments