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 79b3112

Browse filesBrowse files
committed
Use kwarg for loc in findobj_demo.py
1 parent d5c5c6c commit 79b3112
Copy full SHA for 79b3112

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎examples/pylab_examples/findobj_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/findobj_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
fig, ax = plt.subplots()
1414
plt.plot(a, c, 'k--', a, d, 'k:', a, c+d, 'k')
1515
plt.legend(('Model length', 'Data length', 'Total message length'),
16-
'upper center', shadow=True)
16+
loc='upper center', shadow=True)
1717
plt.ylim([-1, 20])
1818
plt.grid(False)
1919
plt.xlabel('Model complexity --->')

0 commit comments

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