oa
[aversive.git] / 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)