Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104978802
exp2_poly.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Mar 13, 20:47
Size
2 KB
Mime Type
text/x-tex
Expires
Sat, Mar 15, 20:47 (2 d)
Engine
blob
Format
Raw Data
Handle
24893573
Attached To
rSTICAZZI yearII_reports
exp2_poly.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 8cm,
width =
\textwidth
,
xlabel=
{
$
U_D
$
[
\si
{
\milli\volt
}
]
}
,
xmin = 50, xmax = 320,
title =
{
Polycrystallin
}
,
legend style =
{
at =
{
(0.05, 0.95)
}
,
anchor = north west,
legend columns = 2,
font =
\tiny
}
,
%cycle list name = color,
ymajorgrids = true,
yticklabel style=
{
/pgf/number format/fixed
}
}
\pgfplotstableread
{
data/exp2
_
d40
_
poly.dat
}
\dfourfile
\pgfplotstableread
{
data/exp2
_
d80
_
poly.dat
}
\deightfile
\begin
{
axis
}
[
axis y line* = right,
axis x line = none,
every axis y label/.append style =
{
orange
}
,
every y tick label/.append style =
{
orange
}
,
ylabel=
{
$
I_R
$
[
\si
{
\ampere
}
]
}
,
grid style = loosely dashed,
ymin = 0, ymax = 0.18
]
\addplot
+
[
color = orange,
mark = x,
%mark options = {
% draw = black,
% fill = orange
%},
dashed,
error bars/.cd,
x dir=both,
y dir=both,
x explicit,
y explicit
]
table [x = U, y = I, x error = errU, y error = errI]
{
\dfourfile
}
;
\label
{
plot
_
I
_
d40
_
poly
}
\addlegendentry
{
$
I_R
$
,
$
d
=
40
$
\si
{
\centi\metre
}}
\addplot
+
[
color = black,
mark = *,
mark options =
{
draw = black,
fill = orange
}
,
%only marks,
dashed,
error bars/.cd,
x dir=both,
y dir=both,
x explicit,
y explicit
]
table [x = U, y = I, x error = errU, y error = errI]
{
\deightfile
}
;
\label
{
plot
_
I
_
d80
_
poly
}
\addlegendentry
{
$
I_R
$
,
$
d
=
80
$
\si
{
\centi\metre
}}
\end
{
axis
}
\begin
{
axis
}
[
axis y line*= left,
every axis y label/.append style =
{
blue
}
,
every y tick label/.append style =
{
blue
}
,
ylabel=
{
$
P
$
[
\si
{
\watt
}
]
}
,
grid style = dotted,
ymin = 0, ymax = 0.05
]
\addlegendimage
{
/pgfplots/refstyle=plot
_
I
_
d40
_
poly
}
\addlegendentry
{
$
I_R
$
,
$
d
=
40
$
\si
{
\centi\metre
}}
\addlegendimage
{
/pgfplots/refstyle=plot
_
I
_
d80
_
poly
}
\addlegendentry
{
$
I_R
$
,
$
d
=
80
$
\si
{
\centi\metre
}}
\addplot
+
[
color = blue,
mark = +,
%mark options = {
% draw = black,
% fill = blue
%},
dashed,
error bars/.cd,
x dir=both,
y dir=both,
x explicit,
y explicit
]
table [x = U, y = P, x error = errU, y error = errP]
{
\dfourfile
}
;
\addlegendentry
{
$
P
$
,
$
d
=
40
$
\si
{
\centi\metre
}}
\addplot
+
[
color = blue,
mark = *,
mark options =
{
draw = black,
fill = blue
}
,
dashed,
error bars/.cd,
x dir=both,
y dir=both,
x explicit,
y explicit
]
table [x = U, y = P, x error = errU, y error = errP]
{
\deightfile
}
;
\addlegendentry
{
$
P
$
,
$
d
=
80
$
\si
{
\centi\metre
}}
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment