How to plot csv file data: PyQt5 tutorial - Part 06

preview_player
Показать описание
Embed Matplotlib in PyQt5. The video is part 06 of PyQt5 GUI learning series. It contains instructions to make a csv file data plotting application. All columns of the data will be plotted and the header of each column will be labeled in the legend. The legend is draggable. Various themes are added to the Combo box widget. A user can select any theme for the plot. In this way, you will learn how to use PyQt5 designer to make GUI with combo box, properly selecting horizontal and vertical spacing, and the layouts. This application is very useful in generating rapid plots for various time series data as well.
Python version: 3.6.5
Matplotlib version: 3.2.1

Рекомендации по теме
Комментарии
Автор

Thank you for this. Trying out CSV files that I have right now.

SHONNER
Автор

Fantastic tutorial, excellent methodology!!! Thank you very much!

eltonrobaina
Автор

very very useful video thanks a lot you are my savior!

藍天駿-mq
Автор

Hi, thanks for the continued support! The lessons learned from this videos are very useful. This video shows how to integrate matplotlib into a PyQt5 environment.. Is is possible in addition to integrate matplotplib widgets? Specifically, the RangeSlider widget: from matplotlib.widgets import RangeSlider. I almost got it done using your code as a template, however, the mouse events aren't passed on to the RangeSlider . Any insights appreciated

ThomasHaberkorn
Автор

Hi, thanks for this awesome video. How can a plot the x-axis as one of the columns of the CSV file? For example, if a have (time, velocity) table. Thanks

pablokrahl
Автор

Seems to work in python 3.10, thank you so much !
Would it be possible by to add dynamically checkboxes that allows to hide/display individually each one of the curves of the csv file ?

fxois
Автор

Thanks for the video again, could you help me with getting multiple such canvasses which could then read data from different .csv files?

arunabhsingh
Автор

I want to get a csv file from the user and connect it to the machine learning project. Can you help me about that?

bitabehboodi
Автор

Hello, this is a great job! This video helped me a lot to do my project! Thank You so much. Can you please plot a csv file data using scatter as well in pyqt5?

wonderman
Автор

Thanks for this great tutorial. You have done a good job. I have only one problem. When I open a CSV file, it plots alright in the window but it pops out another window titled Figure 1, but it has no plot in it. What can be the problem?

colsoft
Автор

Hey, you have done a great job! Can you provide a link to your source code? I'm also building a pyqt5 application and want to use interactive map for timeseries data. Your video inspired me a lot :)

AkshatJain-fhzn
Автор

ImportError: cannot import name 'Qtcore' from 'PyQt5'
I am getting this error.

Автор

is there a video on how to plot real time data?

mohamedsamehmohamedzaki
Автор

Nice video, I actually have a problem. After clicking a csv file, I'm not getting the csv file imported, what did I miss, I wrote whole code by watching it

UniverseGames