multiple plot management environment in pyqt
Unsolved
General and Desktop
-
wrote on 27 Jul 2024, 06:37 last edited by explorer100
Hello,
Any recommendations on a pre-written environment in Qt to manage multiple plots with common capabilities such as zoom, un-zoom, select, delete, save, print and so on. basically a tabbed container where the user can navigate through the plots and perform basic editing, removal, output, print, ...The main program would instantiate this environment then load it with plots... the user would then have basic viewing and management of the plots.
-
Hi,
AFAIK, there's no "complete" plot handling pre-made widget.
You can likely achieve what you want using Qwt.KDE's Labplot might be of help on your endeavor.
1/2