Python Forum

Full Version: Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?