Skip to content
Snippets Groups Projects
Commit a350ebb6 authored by Marco Biasini's avatar Marco Biasini
Browse files

reset figure size instead of clearing

parent 6a04780d
Branches
Tags
No related merge requests found
...@@ -667,7 +667,7 @@ class Table(object): ...@@ -667,7 +667,7 @@ class Table(object):
zs = [] zs = []
if clear: if clear:
plt.clf() plt.figure(figsize=[8, 6])
if x_title: if x_title:
nice_x=x_title nice_x=x_title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment