Matplotlib and PyQt5: PyQt5 tutorial - Part 06



Embeda 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.

Basic GUI design: PyQt5 tutorial - Part 01: https://youtu.be/ORaBSFhh13A
Adding Widgets to GUI: PyQt5 tutorial - Part 02: https://youtu.be/Vz0s-w4hksY
Control GUI Widgets: PyQt5 tutorial - Part 03: https://youtu.be/co4ymeb3FRc
Calculator GUI: PyQt5 tutorial - Part 04: https://youtu.be/c29ejbtzM3c
OpenCV and PyQt5: PyQt5 tutorial - Part 05: https://youtu.be/DLJM7o0B8zk
Code: https://pyshine.com/Make-GUI-With-Matplotlib-And-PyQt5/
Python installation: https://youtu.be/71oXpvx8CsU
PyQt5 and other useful installations: https://youtu.be/jLzLNRK72KI
OpenCV installation: https://youtu.be/iZKVFwez260

Music: https://www.bensound.com

Comments

Popular posts from this blog

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Basic Piano GUI in PyQt5: Part 1

Screen recorder in PyQt5 | How to make Audio Video Screen recorder | PyQt5