Skip to content

Commit a7fa5d9

Browse files
author
domspad
committed
pep8
1 parent 90f63f8 commit a7fa5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/annotation_demo.py

Lines 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)