diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-09 14:14:19 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-09 14:14:19 +0200 |
commit | 49646a239bcd153e6fb2b85f5839d2f1853b33f0 (patch) | |
tree | c6029b6575b4952fa3b6f4eb99edc9e015997d69 /buch | |
parent | add chaosspiel.pdf (diff) | |
download | SeminarMatrizen-49646a239bcd153e6fb2b85f5839d2f1853b33f0.tar.gz SeminarMatrizen-49646a239bcd153e6fb2b85f5839d2f1853b33f0.zip |
fix right axis
Diffstat (limited to '')
-rw-r--r-- | buch/papers/reedsolomon/tikz/fourier.pdf | bin | 59767 -> 59721 bytes | |||
-rw-r--r-- | buch/papers/reedsolomon/tikz/fourier.tex | 8 |
2 files changed, 1 insertions, 7 deletions
diff --git a/buch/papers/reedsolomon/tikz/fourier.pdf b/buch/papers/reedsolomon/tikz/fourier.pdf Binary files differindex 25e8d6d..7e0198b 100644 --- a/buch/papers/reedsolomon/tikz/fourier.pdf +++ b/buch/papers/reedsolomon/tikz/fourier.pdf diff --git a/buch/papers/reedsolomon/tikz/fourier.tex b/buch/papers/reedsolomon/tikz/fourier.tex index d151b2b..7b4ccea 100644 --- a/buch/papers/reedsolomon/tikz/fourier.tex +++ b/buch/papers/reedsolomon/tikz/fourier.tex @@ -48,13 +48,7 @@ \end{scope} \begin{scope}[xshift=\xverschiebung,yshift=0cm] - \begin{axis}[axis x line= none, axis y line*=right,ytick={0}, - axis background/.style={fill=white}, - width=\plotwidth,height=\plotheight] - \addplot[color=white] {0}; - \end{axis} - - \begin{axis}[title = {\large Codiert\strut}, axis y line*=left, + \begin{axis}[title = {\large Codiert\strut}, xtick={0,32,64,96}, axis background/.style={fill=white}, width=\plotwidth,height=\plotheight] |