hanspi42 / signalflowgrapher

This Python tool allows you to draw signal-flow graphs, calculate transfer functions (SymPy code is generated for further use in Jupyter notebooks), do graph manipulations (e.g., node elimination and graph transposition), and save a graph as TikZ for use in LaTeX documentation.
Artistic License 2.0
30 stars 6 forks source link

It would be nice to have an overview map (or zoom functionality) #9

Open hanspi42 opened 3 years ago

hanspi42 commented 3 years ago

A minimap that can be turned on/off would be cool. Zoom is then not necessary.

datatalking commented 2 years ago

Is this a static map of the current process or just a decision tree for the current model? I have experience creating this and willing to help start one this summer if I could become a collaborator

hanspi42 commented 2 years ago

I cannot say that I even understand the question, I have not yet heard "current process", "decision tree" and "current model" in the context of Mason graphs.

The thing this issue is about is like a mini map in a game that lets you see the whole graph in a small window while only part of it is visible on the canvas.