You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using DiagrammeR and it is great.
My issue is that I'm trying to generate graphs with a tree layout.
The output is perfect using render_graph(a_graph, layout = "tree")
However, I need to batch-generate graphs to SVG files. I tried using export_graph, however, it does not accept the layout argument.
Any option or interest in being able to select a layout when exporting?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I just started using DiagrammeR and it is great.
My issue is that I'm trying to generate graphs with a tree layout.
The output is perfect using render_graph(a_graph, layout = "tree")
However, I need to batch-generate graphs to SVG files. I tried using export_graph, however, it does not accept the layout argument.
Any option or interest in being able to select a layout when exporting?
Thank you
The text was updated successfully, but these errors were encountered: