Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96095261
convx.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, 13:42
Size
956 B
Mime Type
text/x-tex
Expires
Tue, Dec 24, 13:42 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23118313
Attached To
rSTICAZZI yearII_reports
convx.tex
View Options
\begin{tikzpicture}
\pgfplotstableread{conv_study_one.dat}\convstudyone
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
xmin = 0, xmax = 22,
width = \textwidth
%height = 7cm
}
\begin{axis}
[
title = {Étude sur la composante $x$},
xlabel={$dt \: [10^{-5} \; s]$},
ylabel={$x_f \: [mm]$},
ymin=-3.9, ymax= -1.3,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = south west,
at = {(0.05, 0.05)}
}
]
\addplot
table [x = dt, y = Exf] {\convstudyone};
\label{exf}
\addlegendentry{Euler}
\addplot
table [x = dt, y = ECxf] {\convstudyone};
\label{ecxf}
\addlegendentry{Euler-Cromer}
\addplot
table [x = dt, y = RKxf] {\convstudyone};
\label{rkxf}
\addlegendentry{Runge-Kutta}
\addplot+[mark = none, domain = 0:22] {-1.4};
\label{thxvalue}
\addlegendentry{Valeur analytique}
\end{axis}
\end{tikzpicture}
Event Timeline
Log In to Comment