soniakeys / graph

Simple and fast graph library
72 stars 7 forks source link

Graphviz dot support is weak. #2

Open soniakeys opened 8 years ago

soniakeys commented 8 years ago

If lossless read then write is a goal, a complete dot format representation will be needed. In addition, a mapping of dot format elements to graph package elements.

soniakeys commented 8 years ago

Consider adding direct support for all graph types. Consider (re)adding support to generate diagrams in tutorials. (Example, graph attributes for rankdir in adjacency list tutorial.)

Edit: These considerations done. All graph types supported, example diagrams generated.

soniakeys commented 8 years ago

Next feature needed for tutorials is something to highlight a path. Maybe this could be added with some hardcoded appearance without stepping into full attributes, maybe just wide lines. Maybe highlight a FromList?