conda-incubator / conda-tree

conda dependency tree helper
MIT License
152 stars 12 forks source link

Expose graph output #12

Closed craigim closed 2 years ago

craigim commented 2 years ago

I see in the code that there are functions for making networkx graphs, and it looks like you're using those graphs internally. It would be great if there was an option to expose those graphs at the command line to dump out DOT notation or GraphML graphs that could be imported into other visualization tools, such as GraphViz or Gephi.

rvalieris commented 2 years ago

new 1.0.0 version have a --dot argument now !