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

Arrows relative to nodes are much smaller in TikZ than on screen #3

Closed hanspi42 closed 3 years ago

hanspi42 commented 3 years ago

Arrows on screen should be a bit smaller, and a bit larger in TikZ. In TikZ, this just needs an adaption of the arrow style.

hanspi42 commented 3 years ago

My proposed fix in https://github.com/hanspi42/signalflowgrapher/tree/fix_issue_3

the graph fig_02.json in examples/SC_analysis__schmid18/ now looks like this in signalflowgrapher:

graph

and like this after LaTeX-ing the output:

latex

hanspi42 commented 3 years ago

Now it can also automatically convert

graph

to

tex

which I consider great!