diff options
Diffstat (limited to 'qolab/data/trace.py')
-rw-r--r-- | qolab/data/trace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/data/trace.py b/qolab/data/trace.py index 871c8c2..4a2e623 100644 --- a/qolab/data/trace.py +++ b/qolab/data/trace.py @@ -4,6 +4,7 @@ class Trace: self.values = None self.label = None self.unit = None + self.attributes = {} def plot(self): import matplotlib.pyplot as plt |