]> git.droids-corp.org - aversive.git/commitdiff
oa
authorzer0 <zer0@carbon.local>
Mon, 5 Apr 2010 12:07:40 +0000 (14:07 +0200)
committerzer0 <zer0@carbon.local>
Mon, 5 Apr 2010 12:07:40 +0000 (14:07 +0200)
projects/microb2010/tests/oa/graph.py

index 7ba6948ff85124cc7f40b8cdcb966676f2e0d5ae..b7e5853bb663f4b4731b9536f85b476b5c4a4054 100644 (file)
@@ -268,7 +268,7 @@ def build_area(ax):
 
 def graph(filename):
     fig = plt.figure()
-    ax = fig.add_subplot(111)
+    ax = fig.add_subplot(111, aspect='equal')
 
     build_area(ax)