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 7ba6948..b7e5853 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)