Embed unique graphs in PyQt5 app & show with QComboBox items | Qt Designer | Matplotlib | Numpy

preview_player
Показать описание
In this video, I show you how to show plots/graphs on clicking qcombobox items with Qt Designer. This is a follow-up to a video I created earlier on how to integrate matplotlib plots into your PyQt5 applications with Qt Designer.

⌚ Timestamps
0:00 Introduction
01:31 UI Creation with QT Designer
09:12 Conversion of UI file to Python file
09:54 Working on the Python file
23:20 Result and conclusion

Integrate Plots into PyQt5 Applications with Qt Designer, Matplotlib, and Numpy
👇

🚩 Connect with me on social media:

🔔 Subscribe to my YouTube channel.
Рекомендации по теме
Комментарии
Автор

If you have a more efficient way to do this, please let me know in the comments box. Also, kindly note that 'from matplotlib.figure import Figure' on line 12 of the Python code and timestamped 10:30 is redundant in this video.

darlingtonnkwaze
Автор

Made my day! I am working on this since several days with reading a lot of tutorials and python stuff. With your great video, I finally was able to embed my graph as I wanted to do it.
Thanks!!

tomriddle
Автор

Thank you for the very good program.
loadUi("qt.ui", self)
ui file is read and fplt.candlestick_ochl on the widget when the button is clicked
can you print the chart?

hjjj
Автор

Nice video! I would like to ask if a contour plot.contour graph can be integrated with your UI instead of a bar graph?

jullianducut
Автор

can you make a video on dynamic updating OHLC candlestick in multiple canvas..

CoderTrader