Python Forum
Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget (/thread-40073.html)



Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget - Nietzsche - May-29-2023

Hello,

i would like to plot a pandas dataframe in a window which i include as a module in my main script and defined via qt designer (include and open works if i add a widget to the ui and promote it). After that, the pandas frame data should be passed to a function in the module in the window and the last 100 should be plotted when I click an update button in the window. Can someone help me?