Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...
The video is part 07 of PyQt5 GUI learning series. It contains instructions to make Drag and Drop based 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. In addition to that we use super() function to parent the previous main window class on this new class and added more functionality to it. 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 ...
Comments
Post a Comment