The Gap - a freespace bug after extentending nodes in nwdiag

0 votes
asked Dec 26, 2025 in Bug by anonymous

There is like,a gap between dev3 and DPx. Or maybe its a variation where gap is between web3 and PPx. Anyway I believe its a bug. I know the nwdiag is an [Amazing and totally not bugged out diagramm code] yet still I want to at least know how to workaround with this. 

So, that is code:

@startuml

nwdiag {  

group YProd{

web1

web2

}

group YDev{

dev1

dev2

}

group YUat{

uat1

uat2

}

network Public {

color = "red"

Q

Q -- web1

web1 -- web2

web2 -- web3

vd

vd -- dev1

dev1 -- dev2

dev2 -- dev3

vu

vu -- uat1

uat1 -- uat2

uat2 -- uat3

vg1

vg1 -- git1

vg2

vg2 -- git2

}

network Private {

color = "palegreen"

width = full

web3 -- PPx

uat3

dev3 -- DPx

DPx -- Ddb

PPx -- Pdb

git1

git2

}

}

@enduml

commented Dec 26, 2025 by The-Lu (86,860 points)

Hello A.

  • What is PPx?
  • What do you want it to be connected to PPx?
    Hints: Private, Pdb? web3??

And the same for DPx?

Regards,
Th.

commented Dec 26, 2025 by The-Lu (86,860 points)

Hi A,
Here's another small, buggy example:

@startuml

nwdiag {  

group YProd{

web1

web2

}

group YDev{

dev1

dev2

}

group YUat{

uat1

uat2

}

network Public {

color = "red"

Q

Q -- web1

web1 -- web2

web2 -- web3

vd

vd -- dev1

dev1 -- dev2

dev2 -- dev3

vu

vu -- uat1

uat1 -- uat2

uat2 -- uat3

vg1

vg1 -- git1

vg2

vg2 -- git2

}

network Private {

color = "palegreen"

width = full

web3
web3 -- PPx

uat3

dev3
dev3 -- DPx

DPx -- Ddb

PPx -- Pdb

git1

git2

}

}

@enduml

Regards,
Th.

commented Dec 29, 2025 by Errorrarety
Hello again Th!
Pdb for PPx and same way Ddb for DPx.

Yes, Im actually really interesting why Ddb is going one space down.
Thanks for previous fast reply, I hasn`t even noticed

Also, need to mention, I just shuffled them in a right order for now, so if you`d found out why it is actually jumping down and can we make it not, I`ll be thankful

With graditude,
BER

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...