diff options
author | Nao Pross <np@0hm.ch> | 2021-12-17 19:42:32 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-17 19:42:32 +0100 |
commit | d786d0ceeea2f4746bf09ad5c0939f590628d5da (patch) | |
tree | 8b97112c909df2426b89774886c6207432c39959 | |
parent | Add colors to packet figure (diff) | |
download | Fading-d786d0ceeea2f4746bf09ad5c0939f590628d5da.tar.gz Fading-d786d0ceeea2f4746bf09ad5c0939f590628d5da.zip |
Remove gamma from image
-rw-r--r-- | doc/thesis/figures/tikz/multipath-sketch.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/thesis/figures/tikz/multipath-sketch.tex b/doc/thesis/figures/tikz/multipath-sketch.tex index d5bc5bb..bcf0287 100644 --- a/doc/thesis/figures/tikz/multipath-sketch.tex +++ b/doc/thesis/figures/tikz/multipath-sketch.tex @@ -13,7 +13,7 @@ \draw (5,0) pic (R) {antenna} node[above right = 3mm] {\sffamily\bfseries RX}; % wall coefficients - \draw[thick] (4.75, 2.25) to[out = -20, in = 180] ++(1.2,-.5) node[right] {\(|\Gamma| > 0\)}; + \draw[thick] (4.75, 2.25) to[out = -20, in = 180] ++(1.2,-.5); % node[right] {\(|\Gamma| > 0\)}; % walls \draw[thick, fill = lightgray!20] (3,2) -- ++(2,-.5) -- ++(0,1) -- ++(-2,.5) -- cycle; |