-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable_11.tex
135 lines (130 loc) · 3.59 KB
/
table_11.tex
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
%!TEX root=record.tex
\begin{table}[H]
\caption{Коэффициент Холла}
\label{tab:diod}
\pgfkeys{/pgf/number format/.cd,
fixed, 1000 sep={\,}}
% \newlength\Colsep
\setlength\Colsep{10pt}
\xdef\Table{data/11.tsv}
\pgfplotstableset{
% multicolumn names, % allows to have multicolumn names
% header=has colnames,
dec sep align,
col sep=tab, % the seperator in our .csv file
fixed zerofill,
precision=4,
columns/i/.style={
column name={$J$, мА},
precision=1,
},
columns/b0p/.style={
column name={$U|_{0^{+} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b0m/.style={
column name={$U|_{0^{-} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b650p/.style={
column name={$U|_{650^{+} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b650m/.style={
column name={$U|_{650^{-} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b1500p/.style={
column name={$U|_{1500^{+} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b1500m/.style={
column name={$U|_{1500^{-} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b2000p/.style={
column name={$U|_{2000^{+} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b2000m/.style={
column name={$U|_{2000^{-} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b2400p/.style={
column name={$U|_{2400^{+} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
columns/b2400m/.style={
column name={$U|_{2400^{-} \hspace{-0.2em}\text{ Гс}}$, \hspace{-0.2em}В},
},
empty cells with={\textbf{--}},
every head row/.style={
before row={\toprule},
after row={
\midrule}
},
every last row/.style={after row=\bottomrule},
every row/.style={after row=\midrule},
columns={i,b0p,b0m,b650p,b650m,b1500p,b1500m,b2000p,b2000m,b2400p,b2400m},
% dec zerofill
% fixed,fixed zerofill,
% precision=3
every column/.style={
% column type=C,
% column type={p{.2\textwidth}}
},
% every row 0 column 0/.style={string type},
every even column/.style={
% column type/.add={>{\columncolor[gray]{.8}}}{}
},
every even row/.style={
before row={\rowcolor[gray]{0.95}}
},
}
\centering
\pgfplotstabletypeset[]{\Table}
\end{table}
% \begin{table}[H]
% % \caption{Коэффициент Холла}
% \label{tab:diod}
% \pgfkeys{/pgf/number format/.cd,
% fixed, 1000 sep={\,}}
% % \newlength\Colsep
% % \setlength\Colsep{10pt}
% \xdef\Table{data/11.tsv}
% \pgfplotstableset{
% % multicolumn names, % allows to have multicolumn names
% % header=has colnames,
% dec sep align,
% col sep=tab, % the seperator in our .csv file
% fixed zerofill,
% precision=4,
% columns/i/.style={
% column name={$i$, А},
% precision=1,
% },
% columns/b2000p/.style={
% column name={$U|_{2000^{+} \text{ Гс}}$, В},
% },
% columns/b2000m/.style={
% column name={$U|_{2000^{-} \text{ Гс}}$, В},
% },
% columns/b2400p/.style={
% column name={$U|_{2400^{+} \text{ Гс}}$, В},
% },
% columns/b2400m/.style={
% column name={$U|_{2400^{-} \text{ Гс}}$, В},
% },
% empty cells with={\textbf{--}},
% every head row/.style={
% before row={\toprule},
% after row={
% \midrule}
% },
% every last row/.style={after row=\bottomrule},
% every row/.style={after row=\midrule},
% columns={i,b2000p,b2000m,b2400p,b2400m},
% % dec zerofill
% % fixed,fixed zerofill,
% % precision=3
% every even column/.style={
% % column type/.add={>{\columncolor[gray]{.8}}}{}
% },
% every even row/.style={
% before row={\rowcolor[gray]{0.95}}
% },
% }
% \centering
% \pgfplotstabletypeset[]{\Table}
% \end{table}