web/views/plots.py
changeset 1991 8a9d8f1ee100
parent 1977 606923dff11b
child 2009 b1e2b9e4c809
--- a/web/views/plots.py	Thu May 28 15:09:35 2009 +0200
+++ b/web/views/plots.py	Thu May 28 16:59:14 2009 +0200
@@ -139,7 +139,7 @@
         nbcols = len(self.rset.rows[0])
         for col in xrange(1, nbcols):
             data = [row[col] for row in self.rset]
-            plots.append(filterout_nulls(abscissa, plot))
+            plots.append(filterout_nulls(abscissa, data))
         plotwidget = FlotPlotWidget(varnames, plots, timemode=self.timemode)
         plotwidget.render(self.req, width, height, w=self.w)