aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpks-constellation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/figures/tikz/qpks-constellation.tex')
-rw-r--r--doc/thesis/figures/tikz/qpks-constellation.tex13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/thesis/figures/tikz/qpks-constellation.tex b/doc/thesis/figures/tikz/qpks-constellation.tex
deleted file mode 100644
index 5ccad1a..0000000
--- a/doc/thesis/figures/tikz/qpks-constellation.tex
+++ /dev/null
@@ -1,13 +0,0 @@
-% vim: set ts=2 sw=2 noet spell:
-
-\begin{tikzpicture}
- \begin{axis}[
- axis lines = middle,
- colormap/cool,
- ]
- \pgfmathsetmacro{\fc}{10}
-
- \addplot3[]
- {sin(x) + 1};
- \end{axis}
-\end{tikzpicture}