6

Are there any free online tools out there to make visio kind of diagrams. I would like to practice my flowchart skills. Are there any good sites or books or articles out there that discuss best practices for flowchart diagrams.

tshepang
  • 12,111
  • 21
  • 91
  • 136

8 Answers8

8

Dia is an open source option: http://projects.gnome.org/dia/

3

There is a great multi-platform software that for some reason no one mentions but its really worth a try:

yEd: http://www.yworks.com/en/products_yed_about.html

rafaponieman
  • 1,610
  • 14
  • 12
3

+1 for Dia. It's also cross-platform, which won me over. Another advantage of Dia is that the diagrams are stored in compressed XML.

I had a project where I needed to diagram something in the database, and I was able to write a program to create Dia-compatible XML from the database, which saved me a HELL of a lot of typing and drawing. I just had to reposition and resize the objects.

dj_segfault
  • 11,957
  • 4
  • 29
  • 37
3

Open Office includes a program called Draw which is really nice.

Wayne Bloss
  • 5,370
  • 7
  • 50
  • 81
  • This is great for simple diagrams and finally something that works well and is easy to use on Linux! – magpulse May 01 '14 at 20:18
3

Already answered here;

Here is some:

Here is a complete list of over 50 UML designer (free and not) Wikipedia list:

http://en.wikipedia.org/wiki/List_of_UML_tools

Community
  • 1
  • 1
Patrick Desjardins
  • 136,852
  • 88
  • 292
  • 341
2

http://www.umlgraph.org/

Found no other better solution. Program your charts. Makes beautiful sequence diagrams.

2

lucidchart is an online, collaborative tool with flowchart features.

Brian Pugh
  • 277
  • 3
  • 6
1

Gliffy is an online flowcharthing program.

Personally I use Dia, an open source Visio kind of clone (it works under Windows, Linux and MacOSX).

levhita
  • 2,161
  • 2
  • 21
  • 31