Please post the whole error message with the stack trace (for your code example). Without that we can just guess.
If you get the same error for all the built-in examples, the problem is probably more fundamental than just the symbols in the plots. Also check if the error always originates from the same position in the code, if you try to start different examples. Am Donnerstag, 27. Juli 2017 12:35:52 UTC+2 schrieb Vedran Furtula: > > 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/8e246036-ffcb-4dc7-8abd-a158cec931fb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
