TLmaK0 / gravizo

How to include graphviz graphs in github README
439 stars 228 forks source link

Would like circo support #26

Open BrianL-STCU opened 7 years ago

BrianL-STCU commented 7 years ago

Some Graphviz graphs are much easier to understand when rendered using the circo engine. It would be nice if there were a different URL or a pragma comment or URL parameter or flag or something to select a rendering engine other than dot.

TLmaK0 commented 7 years ago

Thanks @BrianL-STCU , can you point me to documentation about circo engine?

BrianL-STCU commented 7 years ago

The layout engines that come with Graphviz (circo, dot, fdp, neato, osage, sfdp, and twopi) are all listed at Documentation | Graphviz - Graph Visualization Software.

BrianL-STCU commented 7 years ago

The graphviz.org home page has a brief description of each: