JuliaGraphs / GraphPlot.jl

Graph visualization for Julia.
http://JuliaGraphs.github.io/GraphPlot.jl/
Other
200 stars 62 forks source link

Is there any way to use LaTeX in node labels? #188

Closed newptcai closed 1 year ago

newptcai commented 1 year ago

I mostly want to use labels such as $x_1$ etc.

Without support of LaTeX node labels, I have to use x(1) instead.

hdavid16 commented 1 year ago

Not currently. See https://github.com/GiovineItalia/Compose.jl/issues/369. You can plot graphs and use LaTeX with Makie.jl.