Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96103737
elliptic.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, 15:49
Size
920 B
Mime Type
text/x-tex
Expires
Tue, Dec 24, 15:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23120744
Attached To
rSTICAZZI yearII_reports
elliptic.tex
View Options
\begin
{
tikzpicture
}
\pgfplotstableread
{
Outs/ex2/Elliptick.dat
}
\convfile
\pgfplotsset
{
width =
\textwidth
,
xmin = 0.05, xmax = 3.2,
ymajorgrids = true,
grid style = dashed,
legend style =
{
matrix anchor = north west,
at =
{
(0.05, 0.95)
}
}
}
\begin
{
axis
}
[
%title = {Étude sur la composante $y$},
%log ticks with fixed point,
xlabel=
{
$
\theta
_
0
$
[
\si
{
\radian
}
]
}
,
ylabel=
{
Periode
$
T
$
[
\si
{
\second
}
]
}
,
ymin= 0.5, ymax= 2,
]
\addplot
[
mark = *,
only marks,
mark options =
{
draw = black,
fill = orange
}
]
table [x = theta0, y = Tm]
{
\convfile
}
;
\addlegendentry
{
Numérique
}
\addplot
[
mark = none,
smooth,
color = blue,
%mark options = {
% draw = black,
% fill = yellow
%}
]
table [x = theta0, y = Tan]
{
\convfile
}
;
\addlegendentry
{
Analytique
}
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment