python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
wheelEvent not being called in latest pyqt5 when using a plot with pyqtgraph
I'm using pyqt5 to create some sort of an audio editor for my own needs and I need to be able to handle the mouse wheel and mouse clicks and release on the waveform to zoom in or to set a region that ...

arno sica
Votes: 0
Answers: 1
adding item/action to pyqtgraph PlotWidget context menu
I'm new to python and pyqt5/pyqtgraph. Trying to add an action/item to the context menu of a PlotWidget using the code below. The New_Item appears overlaid on top of the "View All" item in...
TM 1001
Votes: 0
Answers: 0
How much faster is PyQtGraph than Matplotlib?
I am trying to implement a GUI on a Raspberry Pi which plots real time data coming in from a TCP client with the functionality of panning and zooming as well. I have heard all the rage about PyQtGraph...

Tommy Wolfheart
Votes: 0
Answers: 0
How to solve the self-crash problem of running multiple pyqt or pyqtgraph drawing components?
I designed the interface, and the custom component tried to output multiple drawing components, and the program crashed after a while.
The program probably consists of the following:ble. Py reads the...

C.SH.K
Votes: 0
Answers: 2