Skip to content

Commit 43c4c50

Browse files
committed
spaces
1 parent 23413a8 commit 43c4c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/axes_grid/simple_axesgrid2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def get_demo_image():
1313
F = plt.figure(1, (5.5, 3.5))
1414
grid = ImageGrid(F, 111, # similar to subplot(111)
1515
nrows_ncols=(1, 3),
16-
axes_pad = 0.1,
16+
axes_pad=0.1,
1717
add_all=True,
18-
label_mode = "L",
18+
label_mode="L",
1919
)
2020

2121
Z, extent = get_demo_image() # demo image

0 commit comments

Comments
 (0)