self.pg_plot_one.plot( range(self.n)[d:], self.y1[d:], pen=(1, 3), antialias=True, name="x axis" )
self.pg_plot_one.plot( range(self.n)[d:], self.y2[d:], pen=(2, 3), antialias=True, name="y axis" )--
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 pyqtgraph+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/ab3365fa-e10e-4d3f-8561-2788c81707fc%40googlegroups.com.