-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo_abweichung.tikz.tex
More file actions
33 lines (33 loc) · 1.61 KB
/
demo_abweichung.tikz.tex
File metadata and controls
33 lines (33 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% Recommended preamble:
\begin{tikzpicture}
\begin{axis}[ymin={-15}, ymax={11}, xmin={-0.3}, xmax={7.5}, width={110mm}, height={50mm}, axis x line={bottom}, axis y line={left}, ylabel={Abweichung (MHz)}, xlabel={rel. Frequenz (GHz)}, scaled ticks={false}, x tick label style={/pgf/number format/.cd, fixed, 1000 sep={{ \, }}, precision={6}, /tikz/.cd}]
\addplot[mark={*}, mark size={1pt}, only marks]
table[row sep={\\}]
{
\\
0.0 -0.9080804909658582 \\
0.07845500004291535 -0.960458811035096 \\
0.15691000002622604 -1.0128370714992343 \\
0.21175 -0.9710018392806887 \\
0.29020500004291533 1.2166947470177547 \\
0.4235 1.206151718772162 \\
1.3659735000133515 0.9320632611338624 \\
1.3976707500219345 -0.03277568025532673 \\
1.4293680000305176 -0.9976146216449706 \\
1.4579867500066757 -2.4300009614394185 \\
1.4896840000152587 -2.2128240925521823 \\
1.55 0.1180138673712463 \\
4.386989499986171 2.55717812939929 \\
4.418686749994754 2.2670057463865305 \\
4.433370750010013 -0.12726824147557636 \\
4.465068000018596 0.9480844896679628 \\
6.7623900000453 -13.197133039443543 \\
6.798495000004769 1.454059661637075 \\
6.8769500000476835 -1.5525458858655838 \\
6.913055000066757 -0.6192431526442306 \\
6.991510000050068 0.48951833193495986 \\
}
;
\draw[thin, gray] (-2,0) -- (8,0);
\end{axis}
\end{tikzpicture}