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

Draw Half Infinite Lines?

I use pyqtgraph for data acquisition and I have to represent some thresholds on the graphics view. … Read more Draw Half Infinite Lines?

Pyqtgraph For Plotting Multiple Data Lists

At the moment I am using matplotlib to plot multiple numpy arrays (or lists) of data. These corresp… Read more Pyqtgraph For Plotting Multiple Data Lists

Read And Plot Real Time Live Self Updating Csv File

So, I have a .csv file which updates itself. I would like to do some things with it and am not sure… Read more Read And Plot Real Time Live Self Updating Csv File

How Can I Automatically Update Data In Pyqtgraph?

I'm trying to plot candlesticks. I referred to this question and answer( The fastest way to add… Read more How Can I Automatically Update Data In Pyqtgraph?

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

Plotting With Pyqtgraph Using External Data

I'm trying to plot data of diferentes sensors en realtime,so I decided to plot the data using … Read more Plotting With Pyqtgraph Using External Data

Pyqtgraph: Synchronize Scaling Of Axes In Different Plots

I want to synchronize the X-Axis of several pyqtgraph plots. When the user rescales the X-Axis with… Read more Pyqtgraph: Synchronize Scaling Of Axes In Different Plots

How Can I Automatically Update Data In Pyqtgraph?

I'm trying to plot candlesticks. I referred to this question and answer( The fastest way to add… Read more How Can I Automatically Update Data In Pyqtgraph?