Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96072949
conv.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
Sun, Dec 22, 08:23
Size
936 B
Mime Type
text/x-tex
Expires
Tue, Dec 24, 08:23 (2 d)
Engine
blob
Format
Raw Data
Handle
23113475
Attached To
rSTICAZZI yearII_reports
conv.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel=
{
$
\Delta
t
$
[
\si
{
\second
}
]
}
,
xmin = 1e-5, xmax = 1.1e-3,
%title = {Aluminium},
legend style =
{
at =
{
(0.05, 0.95)
}
,
anchor = north west
}
,
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin
{
loglogaxis
}
[
ylabel=
{
$
\abs
*
{T
(
\Delta
t
)
-
T_{lim}}
$
[
\si
{
\celsius
}
]
}
,
ymin = 1e-4, ymax = 0.07
]
\addplot
+
[
color = blue,
mark = x,
mark options =
{
draw = blue,
fill = none
}
,
only marks
]
gnuplot [raw gnuplot]
{
plot "outs/conv.dat" using 1:2;
}
;
\addplot
[
mark = none,
color = black,
domain = 1e-5:1.1e-3
]
{
72.339468 * x - 0.00036494134
}
;
\addlegendentry
{
Convérgence:
$
O
(
\Delta
t
)
$
}
\end
{
loglogaxis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment