http://plantuml.com I've been doing a lot of flow diagrams and PlantUML has been invaluable. I specifically like it because sharing the flow means sharing some text, which itself is vaguely human-readable. There's an online renderer (bottom of the page in the above link), which means simple diagrams are also quick to create and view. It's got a few different modes that it understands but I'd definitely add it to the…
Ask HN: Which tool do you use to create beautiful diagrams?
131–140 of 218 posts
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#132I use Monodraw[1] on my Mac, I really like it because it's ascii rather than image or vector based which makes including the diagrams in markdown really easy. It also has a really simple UI that allows me to quickly map out my thoughts so I use it for a lot of things. 1. https://monodraw.helftone.com/
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#133Graphviz for simple diagrams that can represented with basic shapes. PlantUML for sequence diagrams, state machines and the likes. Powerpoint/Keynote for things that are presentations - and usually I will export one of the above formats as SVG, clean it up a bit, turn into PDF and drop into the slides. As a general rule all my diagrams must be vector based, and no bitmap objects should be embedded. Confluence with Gr…
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#134https://airbnb.design/lottie/ lottie? if you already know how to make svgs
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#135Re: Ask HN: Which tool do you use to create beautiful diagrams?
#136I work a lot with probabilistic graphical models. I use Daft for that. Daft: http://daft-pgm.org I also work with Turing machines and other automata/complexity stuff. I use TikZ for those purposes. It also seems to be versatile. TikZ: http://www.texample.net/tikz/
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#137Re: Ask HN: Which tool do you use to create beautiful diagrams?
#138http://plantuml.com I've been doing a lot of flow diagrams and PlantUML has been invaluable. I specifically like it because sharing the flow means sharing some text, which itself is vaguely human-readable. There's an online renderer (bottom of the page in the above link), which means simple diagrams are also quick to create and view. It's got a few different modes that it understands but I'd definitely add it to the…
I use a combination of plant for sequence flows and lucid for arch diagrams.
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#139Depending on what type of diagram I need, I use one of: 1. LaTeX + TikZ - if my diagram is simple or lends itself well to the TikZ syntax, I can usually get it done quickly and have it look professional. 2. Graphviz - if I'm drawing anything that can be represented as a directed graph, Graphiviz is fantastic due to it's automatic positioning and layout. 3. ipe ( http://ipe.otfried.org/ ) - for heavy lifting where nei…
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#140I also have gotten to the point where I care more about speed / consistency / access than pretty. you can spend HOURS just tweaking color schemes on diagrams. If we're going to take the diagram to print in marketing material, sure spend that time. If I'm trying to get an idea across to others, nah, not worth it. To me it's a parallel to the go formatter argument.
Also auto-layout tools like plantuml mean I spend minutes on things insead of endlessly tweaking things.