diff options
Diffstat (limited to 'panel.py')
-rw-r--r-- | panel.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |