artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
356 stars 18 forks source link

tikz graphs package support #49

Open clehene opened 10 months ago

clehene commented 10 months ago

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?

jvrcarvalho commented 5 months ago

I really wish I could use dsp

Syuennykok commented 4 months ago

I have same demand too, to plot something as Signal Flow Graphs

mayurankv commented 4 months ago

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?

nobeh commented 3 months ago

Or, alternatively, could also please support tikz-network package as well?

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