See https://docs.python.org/3/reference/datamodel.html#object.__getattr__
"This method should either return the (computed) attribute value or raise an AttributeError <https://docs.python.org/3/library/exceptions.html#AttributeError> exception." pyqtgraph.widgets.PlotWidget.PlotWidget::__getattr__ raises NameError Please make it raise AttributeError <https://docs.python.org/3/library/exceptions.html#AttributeError> . -- 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/ed8850af-feda-49fd-abc1-481df85ce728%40googlegroups.com.
