0
votes
3answers
55 views
How is a block diagram organized?
I would like to understand the exact hierarchy of a block diagram.
If a block A is on top of block B does it mean that A is in some abstract manner build using B?
A concrete ques …
5
votes
16answers
275 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 thin …
4
votes
1answer
69 views
Sankey diagrams in Python
Is there a Python library for generating Sankey diagrams?
I've seen this list of Sankey diagram software, but no Python.
0
votes
2answers
127 views
List of diagram / image editors for Delphi
I need a good diagram / image editor for a Delphi application. I need the ability to place an image in the editor, and use freely positioned balloons / tips to describe parts of th …
1
vote
2answers
63 views
Is there a good diagramming library for Python?
I should say I'm looking for something interactive, equivalent to what Nevron offers in it's .NET Diagram product, where a user can create nodes, interact with them by dragging the …
0
votes
2answers
49 views
Create a diagram HTML5 HTML parsing algorithm
HTML5 describes an algorithm for parsing HTML.
It is based on state machines.
What is the best way to create a diagram for this algorithm?
0
votes
1answer
13 views
how do you diagram relations between several services?
not necessary an UML diagram, just a simple way to graphically document the relations between several systems...
the systems can be linked through web services, linked-servers, te …
34
votes
27answers
7k 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 happ …
3
votes
2answers
63 views
Edge direction in network diagrams
When I draw a network diagram with, say, browser A communicates with http-server B which talks to a database C, I draw the nodes for A, B and C and edges between A and B and betwee …
0
votes
2answers
79 views
What modeling technique/tool/diagram would you recommend for a rails/grails application?
I am interesting in a diagramming methodology that can capture user-interaction in a way that will incorporate the "screens" along with the "actions", and how those are driven by c …
2
votes
2answers
54 views
A UML way to describe a key/value datastore ?
Hi all,
I'm currently writing the documentation for a database using berkeleyDB. I'd like to draw UML diagram describing the keys and the values of the datastores. Is there a 'stan …
0
votes
1answer
89 views
Graphviz top to bottom AND left to right
Hi there I want to have a uml sequence diagram with dot language, now I have the following problem I want to have the layout as follows with a, b, c and d in a straight line at top …
0
votes
1answer
32 views
Display visibility in Argo UML
How do I get Argo UML to display the visibility of properties and methods in a class diagram?
22
votes
27answers
2k 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 prac …
4
votes
6answers
158 views
Simple free diagramming tool for Mac OS X?
I want to create a diagram that shows how my app works. Not a class diagram. Don't know the word. Just a nonscientific, simple diagram that helps keeping track of what happens when …
