Questions tagged [diagram]

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

1874 questions
13
votes
1 answer

In an activity diagram, are there two initiating events allowed?

I want to model an activity, where there can be two several initiating events. These events has two several responsible actors. Is it allowed that a UML activity-diagram could have two initiating events and only one end? Could the action-flow be…
martin
  • 2,957
  • 3
  • 25
  • 46
13
votes
1 answer

How to put labels on tiles in ggplot2 in R?

Functions geom_tile and scale_fill_gradient produce nice heatmaps. How to add labels to ggplot2 tiles, so that each tile has its respective value printed over it? PS: There're many packages that do heatmaps with vairous degree of success (e.g., a…
Anton Tarasenko
  • 8,099
  • 11
  • 66
  • 91
13
votes
4 answers

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 status follows a particular workflow that can be altered by the users. I looking for a simple framework that will generate a visual…
Pascal
  • 2,377
  • 3
  • 25
  • 40
12
votes
5 answers

are there any alternatives to yUML

I'm looking for an alternatives to yUML, preferably open source. Sure yUML is great and I really like it, but I would like to be able to extend it. I'm also interested in other services in the same direction (diagram generation), but I'm not…
domi
  • 2,167
  • 1
  • 28
  • 45
12
votes
1 answer

How do we draw abstract method in uml class diagram

public abstract class Shape { abstract int area(); } How do we draw the UML class diagram for the abstract method? Use +, - or #? public class Room { int nWindows; } And what if the class instance variable doesn't have public,…
Nicholas Chan
  • 381
  • 2
  • 3
  • 10
12
votes
5 answers

Regular expressions converting into a diagram

Is there any software to convert a regular expression into a diagram to show the finite state machine will work. I find it helpful to have things pictorial to aid in bug fixing and ensuring that the regular expression is correct.
Ed Heal
  • 59,252
  • 17
  • 87
  • 127
11
votes
3 answers

Does statemachine and statechart mean the same?

I have heard people using these terms. I wonder if they refer to the same thing or is there a difference between these two?
ajsie
  • 77,632
  • 106
  • 276
  • 381
11
votes
1 answer

Generate db diagram from any sql statement

I'm using DBArtisan 8.5.5 and it has the ability to generate Database Diagrams using Build Query, it has a nice feature that lets it autojoin, detecting potential relationships on newly added tables to the diagram. So the diagram results into a SQL…
Carlos Jaime C. De Leon
  • 2,476
  • 2
  • 37
  • 53
11
votes
2 answers

Create image of Neural Network structure

Many papers use very nice images of neural networks. I also like to create such an image for a report which i'm writing. An example: "SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation" from V. Badrinarayanan et al.,…
Kevin Meier
  • 2,339
  • 3
  • 25
  • 52
11
votes
2 answers

iPython Notebook; Plotting transition diagrams

My question is dead simple. Is there a package to plot state-transition or markov diagrams that look like any of the following? I am thinking it has to exist, but I simply can't find it! I've really had a search around, also on Stackoverflow, but…
tmo
  • 1,393
  • 1
  • 17
  • 47
11
votes
9 answers

Software/Webapp for creating computer science diagrams

What are some good programs or web-based applications that can be used (preferably, but not necessarily, for free) to create diagrams for computer science articles or dissertations? Particularly, I'm looking to represent data structures such as…
Cam
  • 14,930
  • 16
  • 77
  • 128
11
votes
3 answers

How is a context diagram different than a level 0 diagram?

What is the difference, if any, between a context diagram and a level 0 diagram?
Celeritas
  • 14,489
  • 36
  • 113
  • 194
10
votes
3 answers

Javascript DOM object diagram

I have been searching for a good DOM object diagram to be used by javascript. I know that a search for javascript DOM object diagram gives a lot of them, like this one that seems very clear: Any of you have one that shows a more complete…
Igor Parra
  • 10,214
  • 10
  • 69
  • 101
10
votes
2 answers

Embed diagrams (e.g. draw.io schematics as xml files) by reference in markdown

In my workflow I use both git (GitLab on a private server) and draw.io (or diagrams.net as it has been renamed). I wonder what's the best way to start versioning diagrams as well as code, and embed them in the markdown documentation. I saw that it…
a_bet
  • 370
  • 3
  • 14
10
votes
2 answers

.NET Venn Diagram Library

Is there an open source or paid .NET library that will create diagrams with two important features: Create Venn Diagrams Save the diagrams as images?
detroitpro
  • 3,853
  • 4
  • 35
  • 64