aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/panel.py b/panel.py
index 04afc9f..4660a7a 100644
--- a/panel.py
+++ b/panel.py
@@ -184,7 +184,7 @@ class Experiment:
self.dataDisplay=ttk.LabelFrame(root, text='data')
self.dataDisplay.pack()
- self.fig=plt.figure()
+ self.fig=plt.figure(figsize=[32, 24])
self.ax = self.fig.add_subplot(1,1,1)
# self.ax.set_xlim([0,20])