plottr icon indicating copy to clipboard operation
plottr copied to clipboard

Define a way to dynamically add/remove nodes in plottr

Open wpfff opened this issue 3 years ago • 0 comments

we need:

  • programmatic way to insert/remove processing nodes at specified locations in the flowchart (a 'stack' of nodes?)
  • a widget that allows editing the stack in the GUI
  • specifying stack from config
  • selecting things to add to the stack -- where does it look?
  • must be plugin compatible -- user nodes must be found, loadable

check out: pyqtgraph examples for graphical flowchart, pyqtgraph example for library

wpfff avatar May 28 '21 18:05 wpfff