Top "Diagram" questions

A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.

What's the best UML diagramming tool?

I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, …

uml diagram modeling
Generate table relationship diagram from existing schema (SQL Server)

Is there a way to produce a diagram showing existing tables and their relationships given a connection to a database? …

sql-server database diagram
How to generate UML diagrams (especially sequence diagrams) from Java code?

How can I generate UML diagrams (especially sequence diagrams) from existing Java code?

java uml reverse-engineering diagram
Auto Generate Database Diagram MySQL

I'm tired of opening Dia and creating a database diagram at the beginning of every project. Is there a tool …

mysql database database-design diagram
UML class diagram enum

I am modeling a class diagram. An attribute of a class is an enumeration. How do I model this? Normally …

class enums uml diagram
What's the best way to generate a UML diagram from Python source code?

A colleague is looking to generate UML class diagrams from heaps of Python source code. He's primarily interested in the …

python uml diagram
Tools for creating Class Diagrams

Please suggest tools for creating Class Diagrams with the following criteria: It should be platform-independent because I use Linux and …

class diagram
Tools to generate database tables diagram with Postgresql?

Are there any free tools to generate tables diagrams with Postgresql?

postgresql diagram
What tool to use to draw file tree diagram

Given a file tree - a directory with directories in it etc, how would you write a script to create …

bash shell filesystems diagram
Easiest algorithm of Voronoi diagram to implement?

What are the easy algorithms to implement Voronoi diagram? I couldn't find any algorithm specially in pseudo form. Please share …

algorithm diagram voronoi