Skip to content

Commit

Permalink
Fixed labelling z-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
HarisIqbal88 committed Dec 20, 2018
1 parent d0ec7cf commit 079aadd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/fcn8s/fcn8.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion layers/Box.sty
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

\coordinate (a1) at (0 , \y/2 , \z/2);
\coordinate (b1) at (0 ,-\y/2 , \z/2);
\tikzstyle{depthlabel}=[pos=0,text width=\z,text centered,sloped]
\tikzstyle{depthlabel}=[pos=0,text width=14*\z,text centered,sloped]

\path (c) edge ["\small\zlabel"',depthlabel](f); %depth label
\path (b1) edge ["\ylabel",midway] (a1); %height label
Expand Down

0 comments on commit 079aadd

Please sign in to comment.