Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43c4c50

Browse filesBrowse files
committed
spaces
1 parent 23413a8 commit 43c4c50
Copy full SHA for 43c4c50

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎examples/axes_grid/simple_axesgrid2.py

Copy file name to clipboardExpand all lines: examples/axes_grid/simple_axesgrid2.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.