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

Skip to content

Commit 9b61044

Browse files
authored
MNT: remove extraneous 10
1 parent 5f3449d commit 9b61044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/intermediate/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
def squiggle_xy(a, b, c, d, i=np.arange(0.0, 2*np.pi, 0.05)):
233233
return np.sin(i*a)*np.cos(i*b), np.sin(i*c)*np.cos(i*d)
234234

235-
10
235+
236236
fig11 = plt.figure(figsize=(8, 8), constrained_layout=False)
237237

238238
# gridspec inside gridspec

0 commit comments

Comments
 (0)