A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.
Questions tagged [diagram]
1874 questions
20
votes
3 answers
Color Change of One Element in a Mermaid Sequence Diagram?
I'm using Mermaid to create a sequence diagram in Markdown. I'd like to highlight some of the participants and to gray some of the arrows.
How can that be done?

neves
- 33,186
- 27
- 159
- 192
20
votes
13 answers
Are ASCII diagrams worth my time?
Are ASCII diagrams within source code worth the time they take to create?
I could create a bitmap diagram much faster, but images are much more difficult to in line in a source file (until VS2010).
For the record, I'm not talking about decorative…

Jesse Stimpson
- 972
- 9
- 19
20
votes
1 answer
Is it possible to draw diagrams in R?
I was wondering if there is any package in R that could use x, y coordinates and shape sizes to draw something like this:
I have the coordinates of vehicles' front centers and their sizes (length and width).
Edit
This is what the original data set…

umair durrani
- 5,597
- 8
- 45
- 85
19
votes
2 answers
SSMS crashes when try to modify database diagram (v18.2)
When I try to modify a database diagram created before the application restart and crashes when trying to access.
It happen only when I save the diagram and close the application. When I try to reopen it throws me an error then restart the SSMS.
I'm…

Ivan-San
- 771
- 1
- 5
- 22
19
votes
2 answers
How to show asynchronous operations on UML Activity diagram
I am about to draw/document for some client-server connection establishing code to better understand it. There are several operations that are done asynchronously in separate threads (connecting threads, data receiving threads, etc).
Should I show…

Marcin Gil
- 68,043
- 8
- 59
- 60
19
votes
3 answers
Javascript Diagram Library
I'm looking for a good JavaScript Diagram library for a project, can be commercial.
Mandatory Requirements:
Highlight connected lines and components when clicking a component (or hovering)
Ability to switch the image of a component (to represent…

sangress
- 599
- 5
- 11
19
votes
12 answers
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 print legibility) are terrible.
How can I become…

D'Arcy Rittich
- 167,292
- 40
- 290
- 283
19
votes
7 answers
Direction of the association arrow in UML class diagrams
On this webpage which shows how to draw a class diagram, why is the arrow for association pointing from order to customer, and not from customer to order?
UML Tutorial - Class Diagrams

neuromancer
- 53,769
- 78
- 166
- 223
19
votes
3 answers
UML Diagram to Model API
I need to create a diagram to document a RESTFul API that build, which UML diagram should I use?
Thanks in advance,

Hugo
- 6,244
- 8
- 37
- 43
18
votes
1 answer
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 graph where nodes would represent functions and…

Amelio Vazquez-Reina
- 91,494
- 132
- 359
- 564
18
votes
5 answers
Neo4j - is it possible to visualise a simple overview of my database?
I've got my graph database, populated with nodes, relationships, properties etc. I'd like to see an overview of how the whole database is connected, each relationship to each node, properties of a node etc.
I don't mean view each individual node,…

f7n
- 1,476
- 3
- 22
- 42
18
votes
2 answers
Text based UML Diagram Generators
Which generator tools do you know that are able to generate UML (and perhaps other) diagrams out of text (simple ASCII) based input?
I know about http://plantuml-depend.sourceforge.net/screenshot/screenshot.html
I'm looking for something…

claudegex
- 285
- 1
- 4
- 15
18
votes
5 answers
Generate an E-R Diagram by reverse-engineering a database
Note: Originally this question was asked for PostgreSQL, however, the answer applies to almost any database which has a JDBC driver that can detect foreign-key associations.
Querying PostgreSQL data dictionary for foreign-keys and relationship…

Camilo Díaz Repka
- 4,805
- 5
- 43
- 68
17
votes
9 answers
Recommendation for a good entity relationship diagram building tool for occasional usage?
Freeware is a plus. Could you also describe with one sentence why it should be good enough for occasional usage?
Edit: You might check this cool link , providing more info about entity relationship diagrams and tools
Edit: For the chosen answer…

Yordan Georgiev
- 5,114
- 1
- 56
- 53
17
votes
2 answers
How to make multiple sequence diagrams in single page
I wonder if there is any way to make a plantuml two sequence diagram in single page side by side. I want to keep the same actor names in both diagram. Currently if I do something like below, it automatically combined into single sequence…

Sazzad Hissain Khan
- 37,929
- 33
- 189
- 256