A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.
Questions tagged [diagram]
1874 questions
30
votes
3 answers
Auto Generate Database Diagram for PHPMyadmin DB?
i want tool for to generate DB diagram below, i need to generate particular db tables structure like below,
how can i do that?...is there any free tool or application is available for that. i already tried navicat8lite_ora_en and HeidiSQL. but i…

Ravichandran Jothi
- 3,028
- 11
- 52
- 82
28
votes
5 answers
How do PStricks and TikZ compare for ease of learning and for quality of API design?
My group uses Literate Programming for most of our source code---this means that internal documentation is written using LaTeX. We have been using PStricks for fancy technical diagrams of the system, but have recently been recommended to use TikZ. …

Norman Ramsey
- 198,648
- 61
- 360
- 533
28
votes
2 answers
Generating UML diagram from Scala sources
Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?

Andrey Kuznetsov
- 11,640
- 9
- 47
- 70
28
votes
7 answers
What documents should be stored in version control and how should they be stored?
I've found some similar questions (here, here, and here) asking about storing documents into version control. I have a more specific requirement and general question. The specific requirement is that I want to use Git. The more general question is,…

Oliver Zheng
- 7,831
- 8
- 53
- 59
28
votes
1 answer
How to generate documentation for React Native?
I tested Doxygen and multiple GitHub projects (jsdoc, react-docgen, react-doc-generator using npm i -g like:
react-doc-generator ./ -o DOCUMENTATION.md
react-docgen --pretty -o out/reactdocgen.html ./
jsdoc ./src
doxywizard
But none really…

user8036224
- 420
- 1
- 4
- 11
27
votes
6 answers
How are clojure/lisp programs modeled as a diagram?
I've tried wedging my clojure diagrams into what's available in UML, using class-blocks as the file-level namespaces and dependency links to show relationships, but it's awkward and tends to discourage functional patterns. I've also tried developing…

jk.
- 7,572
- 2
- 25
- 22
26
votes
5 answers
Eclipse plugin for generating UML diagram from c++ code
Is there any eclipse plugin that can generate UML/Class Diagram from C++ source code?

tristan
- 4,235
- 2
- 21
- 45
25
votes
3 answers
How to remove diagramming support objects from SQL Server?
I need to remove diagramming support tables, stored procs, views, etc from SQL Servrer using TSQL script.
Is there such a script available?
SQL 2005 and 2008.

dmajkic
- 3,448
- 1
- 18
- 24
24
votes
2 answers
matplotlib.pyplot How to name different lines in the same plot?
Think about doing this:
import matplotlib.pyplot as plt
plt.plot(x_A,y_A,'g--')
plt.plot(x_B,y_B,'r-o')
plt.show()
How would you go about giving both lines different names, i.e. like Microsoft Excel would do it?

erikbstack
- 12,878
- 21
- 81
- 115
23
votes
2 answers
Is it recommended to make associations to enum classes in UML class diagrams?
I am designing a class diagram and I got a doubt:
I have a class which have several attributes referring to Java enums and other classes that will be mapped as DB catalogs.
For example, there is a class called BankAccount which has an attribute…

htafoya
- 18,261
- 11
- 80
- 104
23
votes
4 answers
What is the difference between 'includes', 'extends' and 'uses'?
In a use case diagram what is the difference between <>, <> and <>?
Are <> and <> are the same thing?

SMUsamaShah
- 7,677
- 22
- 88
- 131
22
votes
4 answers
Create ERD type diagrams from Rails code
I'm beginning to learn Ruby on Rails, and looking at other peoples code. Is there any way to take an exisiting codebase and create object relationship diagrams or Entity relationship diagrams (ERD's) ?
I know Visio can do some things given a…

PaulHurleyuk
- 8,009
- 15
- 54
- 78
22
votes
12 answers
Language or package for drawing geometric diagrams
I am looking for a language, or package in an existing language, that is good for specifying and drawing geometric diagrams.
For example, I would like to draw a hexagonal grid, with its dual triangular grid superimposed on it. Now, I could sit down,…

Brian Campbell
- 322,767
- 57
- 360
- 340
22
votes
3 answers
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 window. I've tried in several ways, but I always end up with 1 Visio window ...
I'm using a triple monitor setup and I'd like to put one diagram to…

André Casteliano
- 614
- 1
- 7
- 11
21
votes
11 answers
svg diagrams using python
I am looking for a library to generate svg diagrams in python (I fetch data from a sql database). I have found python-gd, but it has not much documentation and last update was in 2005 so I wonder if there are any other libraries that are good for…

Zitrax
- 19,036
- 20
- 88
- 110