diff --git a/modules/base/pymod/table.py b/modules/base/pymod/table.py index c63d582600087777f5f0dc0dc12298febb7d6833..2183b7a0a228d48e423b8a4cb95f723b84902f56 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