Hi folks, My pyqtgraph example library suddenly stopped working: import pyqtgraph.examplespyqtgraph.examples.run()
I get *TypeError* whichever example I try to run. it seems that plotting symbols is not longer supported. For instance this code: import pyqtgraph as pg pg.plot([0,1,2],[0,1,2], symbol='o') will produce *TypeError*. Somebody else with the same problem? -- 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/d4775955-2138-4b29-8258-da5099e9b2a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
