Open clehene opened 1 year ago
I really wish I could use dsp
I have same demand too, to plot something as Signal Flow Graphs
This works fine for me:
\usepackage{tikz}
\usetikzlibrary {graphs}
\begin{document}
\tikz \graph { a -> {b, c} -> d };
\end{document}
What exactly is dsp? Can you provide an example of a normal tikz file that works?
Or, alternatively, could also please support tikz-network
package as well?
Hi,
I'm looking at using tikz-graphs
Is this something that can be dynamically added or are the libraries bundled?