Questions tagged [diagram]

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

1874 questions
69
votes
2 answers

Mermaid diagram line break

I cannot find how to insert a line break in long titles inside nodes. For example: library(DiagrammeR) mermaid(" graph TB A[GE Solution]-->C{ } B[GA Solution]-->C{ } C{ }-->D[Stir 10 mins at 500 r/min] D[Stir 10 mins at 500…
Scientist
  • 1,061
  • 2
  • 13
  • 30
64
votes
5 answers

How to generate dependency graph with text

Is there a simple online tool that will generate a dependency graph (boxes linked by arrow lines) based on text input like: A -> B Much like this one: www.websequencediagrams.com (It generates a sequence diagram)
hello_harry
  • 1,265
  • 2
  • 14
  • 24
62
votes
3 answers

What is the symbol for a queue?

In a flowchart or process diagram, what is the symbol for a FIFO queue?
Mark Harrison
  • 297,451
  • 125
  • 333
  • 465
57
votes
7 answers

Azure data studio schema diagram?

I just recently downloaded Azure Data Studio with SQL Server Express since I'm using Linux . Is there an entity-relationship diagramming feature, kind of how SQL Server Management Studio has a database diagram feature? I want to visually see the…
badugi
  • 581
  • 1
  • 4
  • 5
54
votes
2 answers

What is the correct way to represent template classes with UML?

On a UML diagram, what is the correct way to represent a template class?
oz10
  • 153,307
  • 27
  • 93
  • 128
53
votes
2 answers

Generate a class diagram from Visual Studio

I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added a new ModelingProject, added a new .classdiagram file but when i want to drag my folders or my classes onto the diagram layout I get…
sebastian.roibu
  • 2,579
  • 7
  • 37
  • 59
52
votes
5 answers

How to correct PlantUML Line Path

I created this diagram using the following code. But as you can see, the lines going from (Cancel Order) and (Place Order) to (Publisher) decide to take a terribly rounded path to get their, instead of going straight to the right and then down to…
aSamWow
  • 861
  • 1
  • 7
  • 9
49
votes
9 answers

Drawing Sequence Diagrams

I'm looking for an easy language/command line utility to draw sequence and timing diagrams (could be 2 different tools). I've already found Mscgen for sequence diagram drawing and looks pretty good, but I'm studying other possibilities. Thanks
rnunes
  • 2,785
  • 7
  • 28
  • 56
47
votes
4 answers

Is it possible to generate a diagram of an entire Django webapp?

Is it possible to generate a diagram of an entire Django site? For example, to understand the model/database structure I use graphViz which is extremely useful for keeping track of the model structure, and very useful for discussions. I was curious…
djq
  • 14,810
  • 45
  • 122
  • 157
37
votes
4 answers

Difference between StateChart and Activity Diagram

I am really unable to understand the real difference between these 2 diagrams. I mean both of these deal is "states" but I am not sure what deals with what?
itsaboutcode
  • 24,525
  • 45
  • 110
  • 156
35
votes
3 answers

How does one define double-lines for edge and node shapes in graphviz dot?

How can edges and nodes be styled using graphviz dot with doubled lines as shown the in the "LEGAL" and "TAX DISC" nodes of the following diagram?
Judge Maygarden
  • 26,961
  • 9
  • 82
  • 99
34
votes
3 answers

Best tool to create "Architecture Diagrams" (not UML)

I want to create an "architecture diagram" to explain our Software (libraries, Eclipse RCP, modules, features, etc.). What is the correct name for such diagrams? What is a good tool to create them? (I tried Visio and Enterprise Architect but…
Absurd-Mind
  • 7,884
  • 5
  • 35
  • 47
33
votes
2 answers

C# code to class diagram

I have a C# solution which has 2 projects in it and I need to generate class diagram from code. I know there is a built-in diagram tool in visual studio, but I'm using 2010 express and it doesn't have that. Is there any free software that is able to…
isklenar
  • 974
  • 2
  • 14
  • 34
31
votes
3 answers

How to view database diagram in a Code First using localdb

I have a Code First project with Entity Framework 5.0.0 using localdb created in Visual Studio 2012 Ultimate. Although I can see my class relations in a Class Diagram, how to see a visual diagram of automatic generated database by EF ?
Xaqron
  • 29,931
  • 42
  • 140
  • 205
30
votes
6 answers

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 looking around trying to figure out how to export just…
Ash Machine
  • 9,601
  • 11
  • 45
  • 52