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 61600c9

Browse filesBrowse files
committed
Fix indent, update baseline image
1 parent ca6991d commit 61600c9
Copy full SHA for 61600c9

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+1
-1
lines changed
Loading

‎lib/matplotlib/tests/test_legend.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_legend.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_legend_ordereddict():
3535
@image_comparison(baseline_images=['legend_auto1'], remove_text=True)
3636
def test_legend_auto1():
3737
'Test automatic legend placement'
38-
fig = plt.figure()
38+
fig = plt.figure()
3939
ax = fig.add_subplot(111)
4040
x = np.arange(100)
4141
ax.plot(x, 50 - x, 'o', label='y=1')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.