Sketch, Adobe illustrator, InDesign for custom designs. Monodraw, for simple diagrams that are text based.
Ask HN: Which tool do you use to create beautiful diagrams?
161–170 of 218 posts
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#162Here's one example: http://xkcdgraphs.com/ (there are plenty of others if you search for them).
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#163https://github.com/git-lfs/git-lfs.github.com/blob/master/im...
And the gif metadata says it was created using:
Adobe Photoshop CC 2014 (Macintosh)
So I guess that's how they did it. Personally I mostly use Gliffy for speed, but SVG is ideal and a bit of animation can go a long way.
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#164Re: Ask HN: Which tool do you use to create beautiful diagrams?
#165I personally feel that most of my use cases are covered by ASCII Flow ( http://asciiflow.com/ ) or MermaidJS ( https://mermaidjs.github.io/mermaid-live-editor/ ). For everything else that cannot be covered by these two I break out my pen and paper and click a picture.
Ends up looking like this: https://erdo.github.io/android-fore/03-reactive-uis.html#qui...
Easy to make minor changes, but probably not great for complex sequence diagrams of course (or collaborating on a diagram with someone else - but that's better done just on paper anyway IMHO).
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#166For graphical diagrams I use yEd or occasionally draw.io for quick and simple graphical flow charts (online or offline as a gross javascript web frame - but it works well enough and it's free).
Re: Ask HN: Which tool do you use to create beautiful diagrams?
#167Re: Ask HN: Which tool do you use to create beautiful diagrams?
#168Re: Ask HN: Which tool do you use to create beautiful diagrams?
#169Re: Ask HN: Which tool do you use to create beautiful diagrams?
#170http://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…