This was fixed in the develop branch and will be in a future release. https://github.com/pyqtgraph/pyqtgraph/commit/52754d48594f713092a7e6b55a6fdcb046f76be6
On Thursday, March 12, 2020 at 3:44:49 AM UTC-7, Okko Willeboordse wrote: > > 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/42eecf13-f957-4903-a43e-0d638da8dc86%40googlegroups.com.
