Question may be not really specific, but I really would like to know what programms there are to make different types of infographics easily. Photoshop sometimes looks like overkill and working with it isn't really fast for non-professional.

Sometimes it's ok to use mind-mapping software for tree-diagrams (I use xmind), but this time I need to build really large one - class diagram for very large library, so it won't be even observed on computer screen, and I can't do something like that in any mind-mapping program I know.

Currently I'm on Ubuntu, but OS isn't a big deal, if some better solutions exist for Windows.

link|improve this question
feedback

1 Answer

There are many different general-purpose diagramming programs

  • Visio
  • Dia
  • Graphviz
  • etc (Internet search for "diagramming program OR application")

However, for producing a class diagram for a very large library, If the library already exists and you have access to source code, I'd look for a tool that generates diagrams from source for the programming language used.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.