kisonecat / tikzjax

TikZJax is TikZ running under WebAssembly in the browser
LaTeX Project Public License v1.3c
437 stars 36 forks source link

Dynamically generate graphs using the output of my JS functions #25

Closed Applethal closed 4 months ago

Applethal commented 5 months ago

Hello, I a JS function that gives me various values, I want to plug these values into my TikZ graph so that they are dynamically generated for every page. Apparently the TikZ syntax does not Interpret anything outside the scope of TeX so I couldn't pretty much use tricks like template literals.

What do you recommend ?