You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
Right clicking a plot, and going to Plot Options -> Transforms -> Power Spectrum results in a crash, which appears to be from the lack of __future__ division.
pyqtgraph/graphicsItems/PlotDataItem.py line 683, in _fourierTransform
y = abs(f[1:len(f)/2]) TypeError: slice indices must be integers or None or have an __index__ method
Message has been deleted
Bob
unread,
Jun 13, 2019, 1:18:53 PM6/13/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
I have found this also. I don't suppose there is a fix coming? Is it possible to disable this menu item?
Kenneth Lyons
unread,
Jun 14, 2019, 11:21:55 PM6/14/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
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