A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.
Questions tagged [diagram]
1874 questions
0
votes
2 answers
git deleting branch after 3 way merge. What does it look like as a diagram?
I've been following Scott Chacon's Pro Git Book and I'm reaching the end of chapter 3 in which we have just done a three way merge. See the diagram below (my own drawn diagram not a screen grab of the book):
After doing the merge of 'master' with…

Andrew S
- 2,847
- 3
- 33
- 50
0
votes
2 answers
Entity Framework Code First - Is there a way to create a model diagram from POCO classes
I'm really into the new Entity Framework code first features (currently at CTP5 at the moment). One thing which would be ace would be the ability to generate some kind of model diagram from the POCO classes that I build.
Does such a tool exist?…

Jason Evans
- 28,906
- 14
- 90
- 154
0
votes
1 answer
Is this a correct database model for a Tution Academy?
Can anyone help me if this Database model is correct for a tuition class.
Academy has many grades, each grades have many subjects. A subject can have more than one teacher. A teacher can teach more than one grade. In a fee paid by a student for a…
0
votes
1 answer
Successive intern calls in sequence diagrams
I'm creating some sequence diagram and i want to detail my calls, but there is a class which call successively intern functions, would it be ok if i draw it this way:
If not how could i do ?
thanks !

Sicka Rius
- 3
- 1
0
votes
1 answer
How to represent a collection of objects
I need to make some drawing to explain programming logic at the whiteboard.
I often need to manipulate collections of objects.
Which symbol can I use to visually show a collection ?
I wish to have an example for better understanding, because I was…

Phil
- 11
- 2
0
votes
2 answers
Showing simple statistic data on a line (median, min, max, avg) in an swing application
i'd like to show some statistic data on a simple line (in Java, Swing). It should look like this:
But after hours of searching, i couldn't find such a diagram... i even don't know a name for it... it looks a little bit like a timeline diagram with…

user3227576
- 554
- 8
- 22
0
votes
1 answer
Database disjoint relation
If I have a diagram like this
Does it mean that these 3 entities are the only possibilities I have?
I mean if answering a question: are all wines must be red, rose or white... I cant assume that there is might exist one more entity (meaning there…

Adam
- 121
- 10
0
votes
1 answer
reverse engineer PHP+HTML files, not object oriented ones, to produce a diagram
What's a good tool to reverse engineer a set of php/html pages ? It's not object oriented, it's a big mess that started in early 2000 (so no UML tools obviously!).
I'd like to draw a link between files/functions that are included or called via the…

Cedric
- 5,135
- 11
- 42
- 61
0
votes
2 answers
Visio: Anchor to Sloping Face of Diamond Shape?
In Visio one of the most fundamental and frustrating annoyances I'm facing is not being able to anchor to the sloping face of the diamond shape.
My organization commonly uses this shape in flow diagrams.
Whether it's a densely connected logic point,…

Jason R. Mick
- 5,177
- 4
- 40
- 69
0
votes
1 answer
Visualizing an association btw two discrete variables via diagram in R
Assume two variables (state and group). Instances of state (s) may share a property with specific instances of group (g). For example, s1, s2 and s3 may have an association with g1.
I would like to visualize the association between the two variables…

Michael Gruenstaeudl
- 1,609
- 1
- 17
- 31
0
votes
1 answer
I want to create a data-driven network, I'm trying to use d3
This question relates to avoiding items from overlapping in network diagrams.
In the jsFiddle: http://jsfiddle.net/fvila/fk8ata88/
var forceLayout = d3.layout.force()
.size([w, h])
.nodes(nodes)
.links(edges)
…

Francis
- 563
- 1
- 7
- 14
0
votes
1 answer
How to grab numbers from chart in powerpoint with broken link to excel sheet
I have a Powerpoint file that has been emailed to me. It has a chart with selectable columns and labels, indicating that it's not just an image. When I try to edit the chart in order to extract the data, I get the message "The linked file is not…

Henrik
- 673
- 8
- 18
0
votes
1 answer
Getting Classes/Methods information from UML Sequence Diagram XML
Hello stack overflow community!
I am working on a method to create Java unit/integration tests based on UML Sequence Diagrams.
So, my first step is using the .XML file that is generated by Astah to get the information about the classes/methods of…

leonardokbruksch
- 115
- 3
0
votes
1 answer
R Programming random prices and aligning them in a table
As still in junior level in R programming I am trying to finish my first project.
I have those data (2000 values) (Dft is dry film thickess)
Quarter DFT
1st 1,61
1st 2,35
1st 1,74
2nd 2,56
2nd 1,79
2nd 1,84
2nd 1,69
3rd 1,85
3rd 1,73
3rd 2,62
3rd…

user3407156
- 19
- 4
0
votes
1 answer
GraphViz - How To Draw These Edges
Heylo, I just wanted to see if edges like the ones I've mocked up in the image below (in blue/cyan) are possible... I've tried a lot of different combinations of edge attributes and I'm really struggling on getting the edges to look clean and…

CBK
- 660
- 1
- 7
- 16