Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

is there anyone that has a source or knows where to look for UML/SysML diagram trees like the one attached, that show all of it's element? I found following in a paper for the activity diagram but ...
Martin's user avatar
  • 21
Advice
1 vote
2 replies
48 views

I am trying to create a visual overview / diagram for an old SQL Server database. I have already looked through similar questions and articles, but I couldn't find a program that suits the task. I ...
simplepoint25's user avatar
2 votes
0 answers
45 views

I am trying to create UML-like diagram tool in Visual Studio 2022 which supports composition and aggregation. I know that Visual Studio 2022 has a Class Designer (.cd file extension) but it is missing ...
alex's user avatar
  • 21
0 votes
0 answers
27 views

I am using GoAT within hugo to render diagrams. The following diagram: .------------------------------------. | .------------------------...
user82928's user avatar
  • 877
-2 votes
1 answer
247 views

I want to add comments that depict the UI as part of its explanation. Before going on: Note that this is just an example, in most of the times, such drawing are needed to explain algorithms (A better ...
Juv's user avatar
  • 952
0 votes
0 answers
107 views

I am trying to left align the text of my note bubble, however, as the image shows, it is center aligned. I read that skinParam is supposed to be deprecated soon, and I am supposed to use CSS. This is ...
FilBot3's user avatar
  • 3,766
0 votes
1 answer
151 views

I’m trying to understand the execution rules for message ordering in UML sequence diagrams. Because this question is broken down into different aspects related to each other, I would particularly like ...
Sina Heidari's user avatar
3 votes
1 answer
69 views

I have a basic diagram in D3.js, containing objects and relations between objects initialized in these arrays: let objectsData = [ { id: 1, x: 150, y: 150, type: "circle", color: "#...
Olivier Campo's user avatar
2 votes
1 answer
54 views

I would like to create a Euler diagram with Highcharts library : My goal example: I found this solution, which involves forcing the x attribute of the points. I would like to do something similar to ...
Adrien FERRIERE's user avatar
3 votes
1 answer
149 views

In C#, I am using ScottPlot (Version 5.0.55) to generate diagrams. I am using .NET 9.0, but this problem also occurs on .NET 8.0. When I add a secondary YAxis on the right side of the diagram, there ...
YumYumFisch's user avatar
1 vote
1 answer
162 views

I am trying to create a network diagram using plantuml's nwdiag syntax. So far i have a very simple diagram: @startuml nwdiag { network test { alice [shape = actor]; web01 [shape = server]; ...
draikes's user avatar
  • 43
1 vote
0 answers
54 views

Can anyone help with why this does not work? @startuml package TestPackage { folder "Test Folder" { [Item A] [Item B] } class TestClass } @enduml Naturally that ...
EaZy Studio's user avatar
0 votes
0 answers
115 views

We use recharts to build our diagrams. Currently we have diagram which looks like this But we need green element (changes approved to be aligned) with pink element (changes not app..). To look like ...
Vight's user avatar
  • 31
1 vote
0 answers
113 views

I'm studying the Diagrams Python module. However, I can't figure out what the problem is - when trying to create the simplest schemes, the icons don't display. Here is a sample code: from diagrams ...
JohnyDoe's user avatar
1 vote
0 answers
61 views

I have the following Gradio code which embeds a diagrams.net (draw.io) instance within an iFrame. The URL ("https://bennie-haelen.github.io/diagram.mx") is a valid URL. However, when I run ...
Bennie Haelen's user avatar
0 votes
0 answers
78 views

I'm trying to produce a bifurcation diagram such as this one. Typical bifurcation diagrams only include stable fixed points, which are attractive (nearby points get pulled towards the fixed point upon ...
Koen's user avatar
  • 1
-3 votes
1 answer
109 views

I found this plot/diagram and I would like to recreate it in Python. It feels like a heatmap with fixed labels or something, but I think there should be a better solution than that. Any help or hints ...
kohoutek's user avatar
0 votes
2 answers
97 views

I would like to plot some drilling data with python. As these are drilled at different levels above sea, I would like to align that all three subplots are aligned with the main plot Y-axis. I prepared ...
Geologist's user avatar
0 votes
0 answers
234 views

I’m working on a diagram editor built with Drawflow, and I’m experimenting with Dagre to automatically arrange the graph. I'm successfully computing new positions for the nodes using Dagre, but when I ...
emanuxd11's user avatar
2 votes
1 answer
29 views

I have an instance where I want to represent a "sell stock" use case. In order to complete this, the user must either access it through "search stock", or through "view stock ...
Gethin Bishop's user avatar
0 votes
0 answers
92 views

I need to perform the following on a Visio diagram using VBA. Identify connection point of shapes defined by specific coordinates (e.g., Connections.X4 and Connections.Y4). Find a connector (arrow) ...
Farhad Najmeddin's user avatar
0 votes
0 answers
20 views

enter image description here My question is: when we have a specialization like in my case "registered_client", will only this person have access to the order, plan, and payment ...
Ademar Kumabe's user avatar
0 votes
0 answers
35 views

I'm implementing a Manhattan Voronoi diagram in Love2D, where regions are divided based on the Manhattan distance from a set of given sites. However, I'm encountering an issue when two or more sites ...
darkfrei's user avatar
  • 638
0 votes
1 answer
56 views

i want to do a Kite Diagram in R for my masters thesis. I used the following code: setwd("C:/Users/elisa/Documents/Jena/Elisa Wendisch/R_Files/Kite") data <- read.table(file = "...
Enix's user avatar
  • 1
1 vote
2 answers
81 views

This is the scenario I am trying to create a sequence diagram for : A medical Assistant needs to view patients’ information by supplying the patient’s ID (PID) to specify whose information is ...
StarKid's user avatar
  • 11
-1 votes
1 answer
123 views

Please could someone advise how to draw a mediation diagram similar to the one attached? I have tried the Diagrammar + Graphviz but can’t get the values under stress (1.00), wellbeing (0.62) and above ...
Baz's user avatar
  • 47
2 votes
1 answer
471 views

I'm researching on Use Case Diagram and have some question to discuss with you. Specifically, I'm wondering about the include relationship in Use Case Diagram. When I read the document of UML ...
Khoa Nguyễn's user avatar
0 votes
0 answers
93 views

I'm trying to create a block definition diagram in SysML that includes optional blocks and, conditioned by the presence of that optional block, to introduce new associated connections and modify ...
Quinten Van den Brande's user avatar
0 votes
2 answers
97 views

I'm using the database diagramming tool in SSMS. It readily allows up to 2 bends on the relationship arrows. But sometimes I need 3 or more bends. Does anyone know a way to achieve this? The following ...
FloverOwe's user avatar
  • 373
0 votes
2 answers
103 views

Given the diagram from Alexu Book of designing Rate-limiter. I am wondering how the 2 way communication between Redis and rate limiter will take place. The 2 way communication has been shown using ...
Kumar Gaurav's user avatar
0 votes
0 answers
124 views

I am using Microsoft SQL Server Management Studio v18.11.1. I realize I do not have the DB Diagrams functionality that other versions have had. What is my best option? I was hoping to use a tool that ...
Dom Vito's user avatar
  • 577
0 votes
1 answer
98 views

We are creating a set of custom stereotypes. What we would like to achieve is: When an element is created based on a Custom Stereotype (by dragging it from the Toolbox onto a Diagram), the resulting ...
Rik van der Schalie's user avatar
0 votes
1 answer
104 views

Firstly I apologise for the question it was the only way I could think to ask it in short form. I have a brief that, under the items table, states: "The store keeps track of the primary supplier ...
Riley Grimwood's user avatar
1 vote
1 answer
257 views

I am trying to style and color the User Colours for a User Journey Diagram in mermaidjs. Unfortunately, I have not been able to find the user color properties. Is it possible to change the user color? ...
Andrew Khassapov's user avatar
0 votes
0 answers
49 views

I would like some help with creating a graph in Excel. My goal is to plot a graph where the X-axis represents the names of the samples, and the Y-axis shows the corresponding values. Additionally, ...
Yasheng's user avatar
0 votes
0 answers
38 views

I have a dynamic diagram in my Excel sheet. Sometimes, one data row can be empty. But Excel keeps drawing a tiny tiny little row. Almost not visible. Here is a screenshot: The n on the left side is ...
Introser's user avatar
  • 195
1 vote
0 answers
517 views

Is there a way to change node color when hover a node in mermaid flowchart? I know clickable node with tooltips but don’t see a way to have color changed. Many thanks in advance! I tried many times ...
Jin's user avatar
  • 11
1 vote
0 answers
111 views

I am working on Camunda modeler to add a diagram type based on the open source project. I would like to add a brand-new diagram type beyond the default diagrams like BPMN DMN and CMMN. I can call it ...
Lucas Gentry's user avatar
2 votes
1 answer
646 views

I am using skinparam to change the default look of the note in PlantUML, everything seems to work except for the BorderStyle property. I want to make the border of the note dashed but it stays the ...
SMMousaviSP's user avatar
0 votes
2 answers
152 views

I am interested to use DiagrammeR to draw a path diagram. The original codes I used generated a diagram with some curved lines. I tried to look for solutions online and I read this post DiagrammeR: ...
NessD's user avatar
  • 1
3 votes
1 answer
61 views

At the very beginning of this Wikipedia page on Activity Diagram, it says: Activity diagrams are graphical representations of workflows of stepwise activities and actions with support for choice, ...
Kt Student's user avatar
1 vote
1 answer
283 views

I am making a DFD diagram for software that is going to run on a PLC to control a testing setup.In this setup i have 7 load cells and 7 hydraulic valves. I am wondering if i need to show all 7 of them ...
tijnvr's user avatar
  • 13
1 vote
1 answer
4k views

I'm encountering a syntax error in my PlantUML sequence diagram. It's related to line 19. Here's the diagram I'm trying to create: @startuml participant Employee participant System group "...
Kuldeep Sonara's user avatar
0 votes
1 answer
94 views

I have a big project on software engineering and I have to do some communication diagrams. The only thing I dont know how to draw the if then statements. Can someone help? I searched on Youtube but ...
Lorenc Turku's user avatar
-2 votes
1 answer
243 views

I am analyzing some datasets. Okay, they are in this form: | Products | POD | Successratio | |:---- |:------:| -----:| | CPC | 0.85 | 0.4 | | ARC | 0.74 | 0.34 | | TAM | 0.65 | 0.28 | | ...
Fusi's user avatar
  • 9
0 votes
1 answer
103 views

In the datawrapper.de visualizations service a "Split-Bars" plot is available; and I would like to recreate that visualization plot type (programmatically) in Python using matplotlib (or ...
pds's user avatar
  • 2,650
0 votes
0 answers
203 views

I am using Diagrams library for diagram generation. https://diagrams.mingrammer.com/ I want the generated diagram includes additional info as well, like IP address, region, etc. for cloud resources. ...
ilikegalaxy kumar's user avatar
2 votes
1 answer
131 views

Designing a use case diagram, we face a challenge with three actors: Visitor, Client, and Administrator. Each has unique roles, but we must accurately capture their interactions and relationships. ...
Info Dz's user avatar
  • 23
0 votes
1 answer
74 views

Do you have any ideas on how to create such charts? Of course, the background can be set... but then these squares, dots in different colors, triangle line. Do you have any ideas on how to utilize ...
Daniel Miedzik's user avatar
0 votes
0 answers
37 views

I have some data stored in a database with the following schema table1, field1, table2, field2 This shows how table 1 relates to table 2 via the field value. I'd like to turn this into a diagram that ...
Brad Davis's user avatar
  • 1,180

1
2 3 4 5
40