From a350ebb63b25752ef99697b3ac447e9258b1ce47 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Mon, 12 Dec 2011 10:30:58 +0100
Subject: [PATCH] reset figure size instead of clearing

---
 modules/base/pymod/table.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/base/pymod/table.py b/modules/base/pymod/table.py
index c63d58260..2183b7a0a 100644
--- a/modules/base/pymod/table.py
+++ b/modules/base/pymod/table.py
@@ -667,7 +667,7 @@ class Table(object):
       zs = []
       
       if clear:
-        plt.clf()
+        plt.figure(figsize=[8, 6])
       
       if x_title:
         nice_x=x_title
-- 
GitLab