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

This fixes both issue #3 and issue #22 #24

Closed hanspi42 closed 3 years ago

hanspi42 commented 3 years ago

I have made the GUI arrows 10% smaller, the LaTeX arrows 25% larger, and let the signalflowgrapher write out node names and branch weights in LaTeX notation.

hanspi42 commented 3 years ago

I just noticed that empty node names now let the app crash. Too soon ...

hanspi42 commented 3 years ago

It is OK now ;)