aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpks-constellation.tex
blob: 5ccad1a372633c39a05de455b7b1e4e64501e782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% 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}