Live data from Hacker News

The Hitchhiker’s Guide to PlantUML

crashedmind.github.io

11–20 of 32 posts

Re: The Hitchhiker’s Guide to PlantUML

#11
post #8
post #7

Can someone explain the difference with graphviz?

graphviz makes graphs, and PlantUML makes UML diagrams: https://en.wikipedia.org/wiki/Unified_Modeling_Language Not being flippant, that's the difference. graphviz/dot is general-purpose and can be configured to produce UML-like diagrams, but that's labor intensive. PlantUML takes text and produces UML diagrams from it. It's configurable... as long as you want UML. If you want something else, reach for graphviz. In m…

In fact PlantUML uses graphviz under the hood.

Re: The Hitchhiker’s Guide to PlantUML

#14
post #8
post #7

Can someone explain the difference with graphviz?

graphviz makes graphs, and PlantUML makes UML diagrams: https://en.wikipedia.org/wiki/Unified_Modeling_Language Not being flippant, that's the difference. graphviz/dot is general-purpose and can be configured to produce UML-like diagrams, but that's labor intensive. PlantUML takes text and produces UML diagrams from it. It's configurable... as long as you want UML. If you want something else, reach for graphviz. In m…

Putting the emphasis on UML is a bit misleading actually (even though it is literally in the name of the tool). I use it for basically any kind of ad hoc diagramming. Essentially, an equivalent of Markdown for PowerPoint charts if that makes sense. A few quick lines in text that look mostly like what they come out as in the diagram and you have a very nice representation of a workflow etc.

Re: The Hitchhiker’s Guide to PlantUML

#18

I like plantUML, I really do. but I think more people will be attracted by it, if they improve design and colors, so it looks modern out of box without any hacking

I was originally a proponent of it, but I find these days i prefer Mermaid. It doesnt hurt that there are more Markdown editors/viewers integrated with Mermaid than PlantUML.

Re: The Hitchhiker’s Guide to PlantUML

#19
post #16
post #5

>It has a simple intuitive syntax The code example reminds me of Latex: https://crashedmind.github.io/PlantUMLHitchhikersGuide/Netwo...

It's not so bad. What do you propose instead?

I think OP meant that as a compliment, not a criticism.

Re: The Hitchhiker’s Guide to PlantUML

#20

I like plantUML, I really do. but I think more people will be attracted by it, if they improve design and colors, so it looks modern out of box without any hacking

I was originally a proponent of it, but I find these days i prefer Mermaid. It doesnt hurt that there are more Markdown editors/viewers integrated with Mermaid than PlantUML.

I hadn't heard of Mermaid. Looks good!

https://mermaid-js.github.io/mermaid/#/

Post reply on HN