JuliaTeX / TikzGraphs.jl

This library generates graph layouts using the TikZ graph layout package.
Other
77 stars 18 forks source link

Allow set options for \graph #38

Closed liuyxpp closed 2 years ago

liuyxpp commented 4 years ago

Currently, the keyword options is for begin{tikzpiture}[options...]. It should be useful to allow set options for \graph [options]. For example, we can set the common styles for nodes and edges here. This is also they how TikzGraphs set the options for layout.

mykelk commented 4 years ago

True! Feel free to file a PR.