There was an error while loading. Please reload this page.
1 parent 5f3449d commit 9b61044Copy full SHA for 9b61044
1 file changed
tutorials/intermediate/gridspec.py
@@ -232,7 +232,7 @@
232
def squiggle_xy(a, b, c, d, i=np.arange(0.0, 2*np.pi, 0.05)):
233
return np.sin(i*a)*np.cos(i*b), np.sin(i*c)*np.cos(i*d)
234
235
-10
+
236
fig11 = plt.figure(figsize=(8, 8), constrained_layout=False)
237
238
# gridspec inside gridspec
0 commit comments