Thanks, disabling the option is fine since the FFT means nothing for my data.
On Saturday, June 15, 2019 at 4:21:55 AM UTC+1, Kenneth Lyons wrote: > > This problem looks like it was fixed a couple years ago [1], though that > wouldn't have made it into the most recent release (from about 2015). You > could try installing from the latest develop branch: > https://github.com/pyqtgraph/pyqtgraph#installation-methods > > One way to work around this: > > plt = pg.plot([1, 2], [1, 2]) > plt.getPlotItem().ctrl.fftCheck.setEnabled(False) > > That will disable the checkbox for the FFT operation, selectively > disabling that feature. > > [1] > https://github.com/pyqtgraph/pyqtgraph/commit/12f6bf916fbe4357305522cc361b522e2482e9f5 > > On Thursday, June 13, 2019 at 10:18:53 AM UTC-7, Bob wrote: >> >> I have found this also. I don't suppose there is a fix coming? Is it >> possible to disable this menu item? >> >> >> > -- 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/b9bc8b77-18d7-40db-9119-c9c4475fc30c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
