toolsforexperiments / plottr

A flexible plotting and data analysis tool.
https://github.com/toolsforexperiments/plottr
MIT License
46 stars 55 forks source link

Feature for monitr: choose backend for each plot #373

Closed yoshi74ls181 closed 1 year ago

yoshi74ls181 commented 1 year ago

Currently, when a data in the right-side window of monitr is right-clicked, a context menu with one entry "Plot" appears. With this pull request, there will be two entries "Plot (matplotlib)" and "Plot (pyqtgraph)", and one will be able to choose the backend for each plot.

yoshi74ls181 commented 1 year ago

Actually, your toolbar idea sounds much better than what I made here. Let me work on it in this pull request.