Top "Diagram" questions

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

Entity Relationship Diagram. How does the IS A relationship translate into tables?

I was simply wondering, how an ISA relationship in an ER diagram would translate into tables in a database. Would …

entity-relationship diagram database isa
Sankey Diagrams in R?

I am trying to visualize my data flow with a Sankey Diagram in R. I found this blog post linking …

r visualization diagram flowchart sankey-diagram
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 …

class uml diagram
html5 javascript workflow diagram generator

i am looking for a workflow generator in html5 javascript i have a system that has several status and those …

javascript html workflow diagram
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 …

database diagram entity-relationship
Django - Model graphic representation (ERD)

I'm searching a way to represent my Django project model graphically. Is there a "native" way to do this kind …

django model diagram erd
Open 2 Visio diagrams in different windows

I would like to know if I can open 2 different diagrams using MS Visio and each diagram have its own …

diagram visio
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 …

graphics diagram sequence-diagram timing-diagram
is it recommended to make associations to enum classes in uml class diagram?

I am designing a class diagram and I got a doubt: I have a class which have several attributes refering …

class enums uml associations diagram
Eclipse plugin for generating UML diagram from c++ code

Is there any eclipse plugin that can generate UML/Class Diagram from C++ source code?

c++ eclipse diagram