Tagged Questions

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

learn more… | top users | synonyms

189
votes
49answers
86k views

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, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) ...
111
votes
10answers
122k views

Recommended Eclipse plugins to generate UML from Java code

Are there eclipse plugins that you can recommend for generating diagrams (UML, sequence) from Java code?
58
votes
12answers
48k views

Database Schema Diagram Design Tool

Does anyone know of a good tool to quickly and easily create a diagram for a database schema? I don't need it to generate SQL to create the schema, I just want to diagram it. My current process ...
55
votes
31answers
5k views

Is UML practical?

In college I've had numerous design and UML oriented courses, and I recognize that UML can be used to benefit a software project, especially use-case mapping, but is it really practical? I've done a ...
30
votes
7answers
9k views

Pretty git branch graphs

I've seen some books and articles have some really pretty looking graphs of git branches and commits. Is there any tool that can make high-quality printable images of git history?
27
votes
10answers
14k views

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 inheritance relationships, and mildly interested in compositional ...
27
votes
14answers
17k views

Good tool to generate dependency diagram?

Any good tool to generate dependency diagram? Input: any simple format (not always source code) to describe dependency relation of several items. E.g. A depends on B, C; C depends on D, E ... ...
24
votes
9answers
29k views

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 out there that will let me select specific tables and then create a database diagram for me ...
20
votes
4answers
19k views

Uml class diagram enum

I am modeling a class diagram. An attribute of a class is an enumeration. How do i model this? Normally you do something like this: - name : string But how to do this with an enum?
19
votes
16answers
15k views

Best tool to create architecture diagrams for software

I have to create a diagram at an architecture level. Basically draw a GUI application and a number of services and how they interact. What is the best tool for creating these views? I have MS Visio ...
19
votes
22answers
3k views

Diagramming Software for a Developer/Designer

For a long time I've been looking for a good diagramming/vector-based drawing program that meets my needs as a developer. I'd like to: Draw database diagrams Draw flow charts Draw object-modeling ...
18
votes
9answers
29k views

light weight ER diagram tool

Looking for a light weight ER Diagram tool. We are only looking to visualize our tables and their relationships, however none of them have primary key constraints defined. We use certain index/NOT ...
16
votes
10answers
8k views

svg diagrams using python

I am looking for a library to generate svg diagrams in python (I fetch data from a sql database). I have found python-gd, but it has not much documentation and last update was in 2005 so I wonder if ...
13
votes
4answers
3k views

Create ERD type diagrams from Rails code

I'm beginning to learn Ruby on Rails, and looking at other peoples code. Is there any way to take an exisiting codebase and create object relationship diagrams or Entity relationship diagrams (ERD's) ...
13
votes
13answers
9k views

What tools do you use to make architecture diagrams?

I'm looking for a good tool (hopefully free) for building high-level architecture diagrams. Boxes, arrows, images for databases/servers, everything I need to explain our architecture to guys who carry ...
12
votes
11answers
1k views

Language or package for drawing geometric diagrams

I am looking for a language, or package in an existing language, that is good for specifying and drawing geometric diagrams. For example, I would like to draw a hexagonal grid, with its dual ...
12
votes
7answers
1k views

What tools/diagrams do you use for modelling multithreaded systems?

I'm sitting there every time I model my systems, thinking, there must be a better way to model concurrency than using UML activity diagrams. Please share your thoughts. What's your favourite tool or ...
11
votes
12answers
538 views

Some tips for more effective white-boarding?

I am occasionally called upon impromptu to white-board (non-virtually) data flows, architecture diagrams etc., for both a technical and non-technical audience. Unfortunately my drawing skills (and ...
11
votes
13answers
2k views

Application for sketching ideas on a computer [closed]

I've always wanted to sketch all ideas I come up with in the computer instead of on paper, but everyone knows that sketching with good 'ol fashioned pen and paper beats the crap out of trying to do it ...
10
votes
6answers
4k views

Free UML Modelling tool for OS/X

are there any good free native UML modelling tools for OS/X that allow you to quickly whip up simple UML diagrams. I know about ArgoUML, great for a java app (its usable), but certainly painful to ...
10
votes
4answers
4k views

Good tool for drawing SCM code branch diagrams

Does anyone know a good tool for drawing SCM codeline diagrams? Currently we tend to do this using anything at hand e.g. PowerPoint, Visio, Paint Shop Pro, etc. It's a pity Visio doesn't include a ...
9
votes
4answers
501 views

.NET Venn Diagram Library

Is there an open source or paid .NET library that will create diagrams with two important features: Create Venn Diagrams Save the diagrams as images?
9
votes
4answers
544 views

Why is a database always represented with a cylinder?

This question came up today and I couldn't find any historical answer as to why a database is always represented as a cylinder. I am hoping someone in the stack world would know why and have a link ...
9
votes
10answers
2k views

Online Flowchart Diagram Tool (run from private wiki)

Is there some flowchart diagram tool that would (or could be made to) integrate with a self-hosted wiki? Requirements: basic functionality (e.g., drawing some boxes and some arrows) would ...
9
votes
18answers
1k views

What do you use to make programming flowcharts, diagrams, etc?

I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out there. So what do you use? Do you like it? Bonus points for free things and for web apps. ...
8
votes
5answers
1k views

What LaTeX packages are available for circuit diagrams?

I am trying to generate publication-quality circuit diagrams within a LaTeX document. What options are available?
8
votes
9answers
1k views

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 the file is expected to be edited by other members of the team ...
8
votes
8answers
7k views

Open source tool to generate diagrams from XML Schema documents?

I'm looking for an open source tool to generate diagrams from XML Schema documents, similar to the Logical Model View in oXygen or the diagrams in XML Spy's Schema Editor.
8
votes
6answers
12k views

What tool to use to draw file tree diagram

Given a file tree - a directory with directories in it etc, what software would you recommend to create a diagram of the file-tree as a graphic file that I can embed in a word processor document I ...
8
votes
17answers
2k views

Which tool do you use to draw simple diagrams/pictures to illustrate a technical point?

Which tool do you use to draw simple diagrams/pictures to illustrate a technical point in a document?
7
votes
1answer
288 views

Automatically generating a diagram of function calls in MATLAB

Anybody knows of a tool that can be used to automatically build diagrams of function calls in MATLAB? E.g. For a given function, the tool would recursively go through function calls and build a 2D ...
7
votes
4answers
3k views

Eclipse plugin for generating UML diagram from c++ code

Is there any eclipse plugin that can generate UML/Class Diagram from C++ source code?
7
votes
5answers
413 views

PHP Callstack tool

Am working on a very large PHP application written by someone else. Does anyone know of any tool (free or commercial) that would allow me to diagram which PHP file includes / calls / needs which ...
7
votes
5answers
4k views

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 some links of Voronoi diagram algorithm, tutorial etc. Thanks in ...
7
votes
2answers
378 views

Proper way to document or diagram custom event models in the DOM

Imagine you have a bunch of components and subcomponents in your web application. You want to keep track of how all the custom events you added behave. Are there established ways to diagram or ...
7
votes
11answers
5k views

Decipher database schema

I've recently inherited the job of maintaining a database that wasn't designed very well and the designers aren't available to ask any questions. And I have a couple more coming my way in the near ...
6
votes
3answers
95 views

Tool for making diagram from SQL query

I have this complicated SQL query for Oracle that I want to visualize in a diagram to make it understandable for my co-workers. I tried at http://snowflakejoins.com but it just chokes on it. Has ...
6
votes
4answers
207 views

Is there a way of getting a diagram of what calls what?

For Delphi 2010, is there a way to get a diagram, starting with function X (or even the whole program), of what other functions/procedures are called... Something along the lines of: Function X - ...
6
votes
1answer
2k views

How to export a SQL Server 2008 Database Diagram to another DB?

I use the handy Database Diagramming tool in SQL Server 2008 for creating and managing relationships. I have exported the sourceDB to the destinationDB but the diagram doesn't come across. I am ...
6
votes
2answers
2k views

Create class diagram from already existent iphone code

Hey, does anybody know, how i could create automatically a UML class diagram from an already existent iphone project. Is it possible? Thanks in advance.
6
votes
3answers
924 views

How to visualize an Erlang gen_fsm

Do you know of any existing tool to graphically render the diagram of an Erlang gen_fsm starting from the source code?
6
votes
15answers
2k views

free, cheap or open source UML and Visio-like tool

We're looking for free/cheap or open source UML tools. What tools have you used ? It's OK if there are 2 tools, one each for Flow charts and UML. If a UML tool or Flow Chart tool is cheap(we're a ...
6
votes
4answers
271 views

How do I start doing diagram development in c#

I'd like to try to create a diagram making tool (something like entity-relation diagram you can create in SQL Server 2005, or class diagrams you can do in Microsoft Visual Studio) Ie. I'd like to ...
6
votes
4answers
919 views

Documenting Web Application Flow / Iteraction

What artifacts / diagrams do use to document the flow of a web application taking into account links between static pages and how dynamic view components (html forms, JSP, Ajax, etc) interact with ...
6
votes
5answers
4k views

How do PStricks and TikZ compare for ease of learning and for quality of API design?

My group uses Literate Programming for most of our source code---this means that internal documentation is written using LaTeX. We have been using PStricks for fancy technical diagrams of the system, ...
6
votes
5answers
3k views

Which ASP.NET Diagramming Library/Control do you Recommend?

I'm looking for an ASP.NET library or control (preferably in C#) to create workflow diagrams from business processes. Edit: To clarify, the necessary info (task, holder, status, etc.) is stored in a ...
5
votes
3answers
130 views

Javascript DOM object diagram

I have been searching for a good DOM object diagram to be used by javascript. I know that a search for javascript DOM object diagram gives a lot of them, like this one that seems very clear: Any of ...
5
votes
4answers
159 views

C# .NET Document Based Application manipulating Diagrams

I would like to develop a new application in which the user might have the ability to create diagrams that depict processes. I think in this case a document based application is the only option that I ...
5
votes
1answer
299 views

Generating UML diagram from Scala sources

Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?
5
votes
2answers
126 views

How do you create and update your SQL scripts?

I'm wondering what is the best way to create and maintain databases maps and SQL scripts. I know I'm more a fan of writing the SQL script by hand on a text editor (plus designing a map to have next to ...

1 2 3 4 5 10