From 490f308908a3d3ef68c189d8e24dbd600bc2bfad Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 3 Aug 2010 07:12:38 -0400 Subject: [PATCH] Add multi-y TODO comment to gui.panel.plot --- hooke/ui/gui/panel/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooke/ui/gui/panel/plot.py b/hooke/ui/gui/panel/plot.py index 65f0542..7f02493 100644 --- a/hooke/ui/gui/panel/plot.py +++ b/hooke/ui/gui/panel/plot.py @@ -102,7 +102,7 @@ class PlotPanel (Panel, wx.Panel): self.style = 'line' self._curve = None self._x_column = None - self._y_column = None + self._y_column = None # TODO: _y_columns (allow multiple, simultaneous y axes (rescaled?)) super(PlotPanel, self).__init__( name='plot', callbacks=callbacks, **kwargs) self._c = {} -- 2.26.2