From 57c8774dea2b516aec344a046f562aeac979d24e Mon Sep 17 00:00:00 2001 From: zer0 Date: Mon, 5 Apr 2010 14:07:40 +0200 Subject: [PATCH] oa --- projects/microb2010/tests/oa/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/microb2010/tests/oa/graph.py b/projects/microb2010/tests/oa/graph.py index 7ba6948..b7e5853 100644 --- a/projects/microb2010/tests/oa/graph.py +++ b/projects/microb2010/tests/oa/graph.py @@ -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) -- 2.20.1