diff options
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/gui/web.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/gui/web.py b/qolab/gui/web.py index 8bbb9c9..8ec9e8a 100644 --- a/qolab/gui/web.py +++ b/qolab/gui/web.py @@ -130,7 +130,7 @@ class QOLTimeLog(jp.Div): def plot(self): traces = self.traces - f = plt.figure() + f = plt.figure(figsize=(8,6), tight_layout=True) if traces is None: plt.title('Log data is unavailable') else: |