Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41ec0cf

Browse files
committed
made aspect equal for ellipse demo
svn path=/trunk/matplotlib/; revision=2748
1 parent d513850 commit 41ec0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ellipse_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
ells = [Ellipse(rand(2)*10, rand(), rand(), rand()*360) for i in xrange(NUM)]
77

8-
a = subplot(111)
8+
a = subplot(111, aspect='equal')
99
for e in ells:
1010
a.add_artist(e)
1111
e.set_clip_box(a.bbox)

0 commit comments

Comments
 (0)