BAMWelDX / weldx-widgets

This project provides widgets to perform common tasks using the weldx library
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

use `graphviz` for graph drawing #74

Open CagtayFabry opened 2 years ago

CagtayFabry commented 2 years ago

As discussed in BAMWelDX/weldx#714 I think it would be worth giving the networkx + (py)graphviz option another chance

especially for more complex or stylized graphs this could lead to easier (and more flexible) solutions

example for TD https://stackoverflow.com/a/39662097/11242411

ref: http://www.graphviz.org/doc/info/attrs.html

CagtayFabry commented 2 years ago

cref BAMWelDX/weldx#746