Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97172739
ferroduro.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
Fri, Jan 3, 04:10
Size
1 KB
Mime Type
text/x-tex
Expires
Sun, Jan 5, 04:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23344462
Attached To
rSTICAZZI yearII_reports
ferroduro.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel=
{
$
U_x
$
[
\si
{
\volt
}
]
}
,
xmin = -7, xmax = 7,
title =
{
Hard-ferromagnetic, Mild steel
}
,
legend style =
{
at =
{
(0.05, 0.95)
}
,
anchor = north west
}
,
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin
{
axis
}
[
ylabel=
{
$
U_y
$
[
\si
{
\volt
}
]
}
,
ymin = -0.07, ymax = 0.07
]
\addplot
[
mark = x,
smooth,
color = blue,
only marks,
mark options =
{
draw = blue,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ferromagnetico
_
duro.dat" using 1:2;
}
;
\addlegendentry
{
H-f saturation
}
\addplot
[
mark = +,
smooth,
color = red,
only marks,
mark options =
{
draw = red,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ferromagnetico
_
duro
_
int.dat" using 1:2;
}
;
\addlegendentry
{
H-f internal
}
\addplot
[
mark = x,
smooth,
color = orange,
only marks,
mark options =
{
draw = orange,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/acciaio
_
dolce
_
C012.dat" using 1:2;
}
;
\addlegendentry
{
Mild steel
}
\addplot
[
mark = none,
dashed,
color = black,
domain = -6:6
]
{
0.0158*x - 0.000414
}
;
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment