A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.
Questions tagged [diagram]
1874 questions
0
votes
0 answers
Are these relationships at ERwin diagram correct?
I have to create database application called "Club of alpinists". I have 5 entities: Alpinist, who can be a part of a Team which go to a peak, or Ascend alone. Also there is a Peak, which may have a lot of Routes. 6th entity (Membership) is…

ellie
- 9
- 3
0
votes
2 answers
Howto easily create a diagram using firebug loading and/or executing times?
I need to create diagram showing the most time consuming tasks when a specific page gets loaded.
Well, Firebug has this nice feature to show you all loading times of files in the network section or if i can use the profiler alternatively…

Thariama
- 50,002
- 13
- 138
- 166
0
votes
4 answers
Database diagramming tool for PostgreSQL
Does anyone know of a plug-in for PostgreSQL's pgAdmin III that enables DB diagrams such as in SQL Server?

IamIC
- 17,747
- 20
- 91
- 154
0
votes
1 answer
struct and template in each class
I made a class and in my class I have alot of macros, templates, structs and unions. The class just shows data members and methods. How do I define the macros, struct and union in my class? Kindly guide me.

Model
- 61
- 2
- 13
0
votes
1 answer
Is it possible to draw diagrams using html, css and js
How can we draw a benchmark like this using html,css and js
Benchmark of user score with Jee Mains and Advance:

Ritesh
- 29
- 8
0
votes
0 answers
Gant style diagram (weekdays and hours on y-axis)
I'm new to R and would like to create a Gantt-style diagram where I can see how long jobs on a SQL Server run over the week.
So my y-axis would be filled with job names and my x-axis has a (in and out zoom-able) scale with Weekdays, hours, minutes…

Talvien
- 47
- 7
0
votes
1 answer
Save and load back to rework a diagram which is created with JointJS over PHP
I am actually working on a tool to create new charts in a webbrowser an at the moement i am searching for a way to save my charts (which are differen SVGs) in a file, store it in a MySQL Database (MariaDB) and load it back in the browser to rework…

Raphael Bucher
- 43
- 2
- 9
0
votes
1 answer
BPMN 2.0 visualize process with intermediate event
i got a question. I'm using Visual Paradigm for BPMN 2.0. I want to visualize one Pool with two Lanes. One Lane is sending a document into the other Lane in the same Pool. I used an "Intermediate Event" to send such a document. Is that right? How…

iNvAsIoN
- 27
- 6
0
votes
0 answers
Interactive Flow Chart
I have written a few C programs that are pretty extensive. I am looking to draw a flow chart/ER Diagram of how the header files are called and which call to which. While I could use Visio and draw this in a few hours, I am looking to make an…

Girls.Gone.Wired
- 39
- 10
0
votes
0 answers
Javascript - drawing a circle based on variable data input
I'm trying to make a data visualization through a circular diagram. The data is being pulled out of my database and in to an associative array. The Object keys in this case are addresses and the values are numbers (how many times they exist in my…
user7043588
0
votes
1 answer
How can we derive more from domain diagram?
If we imagine we are given with a domain diagram and we also have a use case.
I am struggling to understand, what exactly can we derive?
Ex domain model, found on google.
I want to get to the interaction diagrams as a result.
I think the path is,…
user2856520
0
votes
1 answer
Non-numerical XY-plot
I have the following table. Now, what I want to do create an XY-plot of each risk ID against X-axis = ProjectPhase (a risk can either be in phase 1 thru 4 and they're non-numerical) with Y-axis = Risk Factor (numerical). I want to color each risk…
0
votes
1 answer
post object state machine
I'd like to model a Post object from a social networking app and avoid the combinatorial explosion of states. For example, I could have a superstate published which would have as substates commented, liked, reported, etc. The problem is that a…

user160902
- 23
- 3
0
votes
1 answer
How can I figure out and mark the highest value in my diagram?
Update my modified code -> the wrong point is marked! see the colorbar! :)
Input_Matrix = textread('Rainflow_Input1.txt')
[zeilen,spalten]=size(Input_Matrix)
x = Input_Matrix(:,1)
y = Input_Matrix(:,2)
z =…

Lutz
- 19
- 4
0
votes
0 answers
How to import tables from the ER Diagram to SQL server
I would need to import tables structures created manually in the ER Diagram to my SQL Server database.
Anybody please let me know the process.

Mahesh M
- 1
- 1
- 5