-
Current features of this extension is stable. Here are further works that I consider:
- [ ] ~Switch to [Mermaid](https://github.com/mermaid-js/mermaid)~ Make graph nicer.
Mermaid is popular and s…
-
I'm not sure if this is a `uv` issue - but this works with pip / poetry but fails with `uv`
I've followed https://pygraphviz.github.io/documentation/stable/install.html (specifically graghviz is in…
-
```
What steps will reproduce the problem?
1. Install graphviz-python and graphviz-devel on Fedora Core 11 (with yum)
2. Run ./manage.py graph_models -a -g -o my_project_visualized.png
What is the e…
-
Graphviz does have advantages, but requires extra steps in installation and we can use D3 more interactively (for instance drag) on future editing pages etc.
-
One thing that I've wanted out of Markdown for a really long time is the ability to draw graphviz diagrams inline with my Markdown code. Now, this isn't going to happen with Markdown, so I just draw m…
-
Draw outer boxes and nested wiring diagrams in Graphviz. The following technique may be helpful:
https://web.archive.org/web/20171106012412/http://www.graphviz.org:80/content/point-edge-cluster
…
-
-
Some graph tools use the DOT language provided by Graphviz, for example Plantuml (http://en.plantuml.com/starting). In a comparable way as the DiagrammeR package does, but using V8 system dependency.
…
ghost updated
6 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.
-
On the schema I am generating the diagram for, the foreign key constraints cause the diagram to be jumbled. Passing `-Granksep=3` to GraphViz makes the diagram understandable, but it doesn't look like…