A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.
Questions tagged [diagram]
1874 questions
0
votes
1 answer
What kind of diagram for Javascript constructors and prototypes ?
In javascript, I have a big data structure of objects containing array of objects an so on... What kind of diagram should I use for represent them ? Especially, I want to show the relation between an array inside an object and the constructor of the…

snoob dogg
- 2,491
- 3
- 31
- 54
0
votes
1 answer
Automatic bezier edges in Cytoscape.js
I would like to create nice curved edges in my Cotoscape.js graph using the unbundled-bezier style. According to the database I have to set the control-point-distance(s) automatically, so I came up with following code:
{
selector: 'edge',
…

karlitos
- 1,604
- 3
- 27
- 59
0
votes
7 answers
What's the name for this type of diagram?
Today I got a diagram similar to this one. The diagram I got was produced using Visio which I don't have. I haven't seen such a diagram before and its symbols are not clear to me.
I tried to google it and find some explanations about this specific…

kodkod
- 1,556
- 4
- 21
- 43
0
votes
1 answer
In JointJs, how to have links between elements that resemble the 3ds max creation graphs?
I have a JointJs graph. I would like links between elements in my graph to look like this:
Instead of the straight lines we get out of the box.
Basically, the arrows are horizontal at the point where they meet the target, and bend smoothly.
How can…

Edy Bourne
- 5,679
- 13
- 53
- 101
0
votes
1 answer
in JointJs, how to prevent element with ports from being moved, but still allow its ports to work?
I have a JointJs element with ports. I'd like the element not to be movable within the diagram, but still allow the user to connect its ports to other elements. If I use the interactive attribute in the Paper to disallow interactions for these…

Edy Bourne
- 5,679
- 13
- 53
- 101
0
votes
1 answer
I am trying to write code in matlab for inner current control loop, my aim is minimizing error, need code verification
I am trying to write following inner current control loop structure in MATLAB. Both these diagrams are inter related and using these diagrams I made a following code, my aim in this code is to minimize id*-id, i am doing this by using ITEA. plz help…

user12318
- 33
- 6
0
votes
1 answer
Algorithm for visualizing volume-based 2D Binary Tree
Looking for pseudo code to create a visual representation of a binary tree using 2D volume as data source.
Assumptions: Aware of root/parent structure. (Can have one root, but multiple large blocks, containing smaller blocks within. Can represent,…

InfiniteStack
- 430
- 2
- 9
0
votes
1 answer
Logical application and infrastructure diagram
We have been asked to produce a logical application and infrastructure diagram for an existing system which is in the process of been transferred to a different server. After some searching on Google we have not found any guidance on what this sort…

Neil Redfern
- 3
- 3
0
votes
1 answer
Phasor diagram in Android
Can we draw phasor diagram in Android, I googled a lot and didn't find any help. In my project I need to draw sine waveform, table, bar graph an Android, I completed all the 3 diagrams using graphview library but didn't find any source for drawing…

Annie
- 160
- 1
- 2
- 15
0
votes
1 answer
Is there any way to draw a line diagram using array of x, y co-ordinates in appcelerator?
If I select one of these co-ordinates, I want to highlight that point on the diagram (by a circle or whatever shape possible). Also I would like to save it later on.
I'm not sure if Appcelerator is flexible enough to do all these things (My search…
0
votes
1 answer
Org chart layout algorithm with a special need
Is the John Q. Walker II node positioning algorithm able to find the node positions for an org chart like below, where each node can either have their children displayed stacked (see node 1.4, 1.4.2, 1.3.1...), or "Org" style (as node 1 and 1.3)?

Greg Forel
- 2,199
- 6
- 25
- 46
0
votes
2 answers
Is there an easy way to create a database diagram in SQL Server
I'm not sure if I have worded this question properly I will explain what I am trying to acheieve further.
I am looking to create a graphical representation of an existing database showing table relationships Key relationships etc.
I have seen posts…

Matt
- 4,107
- 3
- 29
- 38
0
votes
1 answer
Tool to generate Petri Net as SVG
I've been asked to build a petri net engine to use as a basis for internal workflows at work.
So far I've been able to generate all the logic and behaviours (I have created a "Service Desk" type of workflow to test rules and conditions) and it all…

Eduo
- 131
- 1
- 9
0
votes
2 answers
3 tier architecture on a use case diagram
I'm developing a 3 tier based system , the user passes data to the server which performs server side processing and queries a database etc the usual stuff. I'm wonder should I include the database in the diagram as an actor ?. I have already…

Shpongle
- 983
- 1
- 9
- 14
0
votes
2 answers
how to convert Java into UML?
I have been searching on the site but I can't find something that feels right. I want to rewrite this java code to UML diagram.
public class Fotbollslag {
private Spelare[] lag=new Spelare[30];
public void läggTillSpelare(Spelare…

Daniel Haugen
- 21
- 4