reworked network arch diagrams

This commit is contained in:
Jan Kowalczyk
2025-09-01 18:53:01 +02:00
parent 5ff56994c0
commit 33de01b150
17 changed files with 156 additions and 36 deletions

View File

@@ -42,7 +42,16 @@
\coordinate (a1) at (0 , \y/2 , \z/2);
\coordinate (b1) at (0 ,-\y/2 , \z/2);
\tikzstyle{depthlabel}=[pos=0.2,text width=14*\z,text centered,sloped]
\tikzset{depthlabel/.style={pos=\zlabeloffset, text width=14*\z, text centered, sloped}}
%\tikzstyle{depthlabel}=[pos=0.3,text width=14*\z,text centered,sloped]
%\tikzstyle{depthlabel0}=[pos=0,text width=14*\z,text centered,sloped]
%\tikzstyle{depthlabel1}=[pos=0.1,text width=14*\z,text centered,sloped]
%\tikzstyle{depthlabel2}=[pos=0.2,text width=14*\z,text centered,sloped]
%\tikzstyle{depthlabel3}=[pos=0.3,text width=14*\z,text centered,sloped]
%\tikzstyle{depthlabel4}=[pos=0.4,text width=14*\z,text centered,sloped]
%\tikzstyle{depthlabel5}=[pos=0.5,text width=14*\z,text centered,sloped]
\path (c) edge ["\small\zlabel"',depthlabel](f); %depth label
\path (b1) edge ["\ylabel",midway] (a1); %height label
@@ -92,6 +101,7 @@ scale/.store in=\scale,
xlabel/.store in=\boxlabels,
ylabel/.store in=\ylabel,
zlabel/.store in=\zlabel,
zlabeloffset/.store in=\zlabeloffset,
caption/.store in=\caption,
name/.store in=\name,
fill/.store in=\fill,
@@ -105,6 +115,7 @@ scale=.2,
xlabel={{"","","","","","","","","",""}},
ylabel=,
zlabel=,
zlabeloffset=0.3,
caption=,
name=,
}