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 a7fa5d9

Browse filesBrowse files
author
domspad
committed
pep8
1 parent 90f63f8 commit a7fa5d9
Copy full SHA for a7fa5d9

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/annotation_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/annotation_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
el = Ellipse((0, 0), 10, 20, facecolor='r', alpha=0.5)
122122

123-
fig = figure()
123+
fig = plt.figure()
124124
ax = fig.add_subplot(111, aspect='equal')
125125
ax.add_artist(el)
126126
el.set_clip_box(ax.bbox)

0 commit comments

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