Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyqtgraph

Pyqtgraph Limit Zoom To Upper/lower Bound Of Axes

so Pyqtgraph automatically computes the axis and rescales upon zooming, and this is fine. However I… Read more Pyqtgraph Limit Zoom To Upper/lower Bound Of Axes

Pyqtgraph Imageview Freezes When Multithreaded

I have multiple cameras that are hooked up wirelessly via wifi and I'm trying to stream the dat… Read more Pyqtgraph Imageview Freezes When Multithreaded

The Fastest Way To Add A New Data Bar With Pyqtgraph

I'd like to refresh a candle graph in the fastest way. But following the modified sample, I'… Read more The Fastest Way To Add A New Data Bar With Pyqtgraph

Qthreading Pyqtgraph Plotwidgets In Pyqt4

As a continuation of the question I got solved here some days ago, I've got a PyQt4 GUI which e… Read more Qthreading Pyqtgraph Plotwidgets In Pyqt4

Python - Fast Ploting Using Pyqtgraph (16ms)?

I need to plot an continuous input using pyqtgraph, so I use a circular buffer to hold the data. I … Read more Python - Fast Ploting Using Pyqtgraph (16ms)?

Plot Not Updating Qt Gui And Pyqtgraph Python

As the title says, my plot does not update. The objetive is to initiate the plot when the button is… Read more Plot Not Updating Qt Gui And Pyqtgraph Python

Trying Get A Live Plot For A Gui With Pyqt5

Right now through reading and asking questions I have gotten to a point where I can display the num… Read more Trying Get A Live Plot For A Gui With Pyqt5

Pyqtgraph Y Axis Label Non Scientific Notation

PyQtgraph Y axis label is displaying in scientific notation. I do not want it to be in scientific n… Read more Pyqtgraph Y Axis Label Non Scientific Notation

Show String Values On X-axis In Pyqtgraph

I want to display string values for ticks on x-axis in pyqtgraph. Right now I am unable to figure o… Read more Show String Values On X-axis In Pyqtgraph

How Can I Use DateAxisItem Of PyQtGraph?

I'm using PyQtGraph '0.9.8+gd627e39' on Python 3.6.2(32bit) and Windows 10. My goal is … Read more How Can I Use DateAxisItem Of PyQtGraph?