artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tikz graphs package support

clehene opened this issue · comments

Hi,

I'm looking at using tikz-graphs

\usetikzlibrary {graphs}
\tikz \graph { a -> {b, c} -> d };

Is this something that can be dynamically added or are the libraries bundled?

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?

https://github.com/hackl/tikz-network