plotWindow icon indicating copy to clipboard operation
plotWindow copied to clipboard

A tabbed plot window for matplotlib plots using PyQt5

Results 3 plotWindow issues
Sort by recently updated
recently updated
newest added

Hi, I'm having trouble getting around this error: "RuntimeError: wrapped C/C++ object of type QTabWidget has been deleted" The error comes from the line: self.tabs.addTab(new_tab, title) ... anyone have any...

I've been unable to get MultiCursor to display a vertical cursor (spanning all Matplotlib subplot rows) across several tabs. The maintainers of Matplotlib seem not to see why this functionality...

nice tool :) works well with standard python, but not with interactive mode (Ipython). How tu repoduce: - use pycharm and the example code - in the execution config of...