Interface to graph drawing libraries, or examples in documentation? #17
Replies: 6 comments 3 replies
-
Pro: In easy cases, a (part of a) graph or the results of a graph traversal could be easily visualized without writing application code |
Beta Was this translation helpful? Give feedback.
-
Contra: With NoGraphs, a graph is in the domain of the application, not the library. |
Beta Was this translation helpful? Give feedback.
-
Contra: The code between a graph and such a library might be mostly application specific (styling, but also much more). This reduces the benefits of a standard interface. |
Beta Was this translation helpful? Give feedback.
-
Contra: The connection of a graph with a drawing library is offered by these libraries, and they are good in this |
Beta Was this translation helpful? Give feedback.
-
Contra: Library bloat |
Beta Was this translation helpful? Give feedback.
-
Alternative: A documentation section with examples |
Beta Was this translation helpful? Give feedback.
-
NoGraphs could provide functionality to connect an implicit graph with the most common graph drawing libraries.
Should this be done? Why / why not? Alternatives?
Beta Was this translation helpful? Give feedback.
All reactions