> > i want to change the part it crashes on to: > curves[i] = self.p.plot(pen=self.colors[i],name=headers[i])
but i tried to keep it simple with curves[i] = self.p.plot(pen='r',name='happy') -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/e1a5dd7c-4254-4e07-a795-3171949a6828%40googlegroups.com.
