made it a bit more generic; naming
This commit is contained in:
@@ -12,6 +12,11 @@ class PlotDescription:
|
||||
self.style = pg_plot_style()
|
||||
|
||||
|
||||
@property
|
||||
def data(self):
|
||||
return (self.xs, self.ys)
|
||||
|
||||
|
||||
def append(self, xy):
|
||||
x, y = xy
|
||||
self.xs.append(x)
|
||||
|
||||
Reference in New Issue
Block a user