-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsim_frequenz_null.tikz.tex
More file actions
27 lines (27 loc) · 988 Bytes
/
sim_frequenz_null.tikz.tex
File metadata and controls
27 lines (27 loc) · 988 Bytes
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
% Recommended preamble:
\begin{tikzpicture}
\begin{axis}[xmin={-0.3}, xmax={7.5}, width={110mm}, height={20mm}, axis x line={bottom}, axis y line={none}, 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={5pt}, only marks]
table[row sep={\\}]
{
\\
6.7623900000453 1.0 \\
nan 1.0 \\
6.834600000023842 1.0 \\
0.0 1.0 \\
6.991510000050068 1.0 \\
0.15691000002622604 1.0 \\
nan 1.0 \\
0.4235 1.0 \\
4.372305499970913 1.0 \\
nan 1.0 \\
4.40167350000143 1.0 \\
1.3659735000133515 1.0 \\
4.465068000018596 1.0 \\
1.4293680000305176 1.0 \\
nan 1.0 \\
1.55 1.0 \\
}
;
\end{axis}
\end{tikzpicture}