Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96078543
traj.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, 09:46
Size
1 KB
Mime Type
text/x-tex
Expires
Tue, Dec 24, 09:46 (2 d)
Engine
blob
Format
Raw Data
Handle
23115288
Attached To
rSTICAZZI yearII_reports
traj.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
xmin = -2e7, xmax = 4e8,
width = 10cm,
ymajorgrids = true,
grid style = dashed,
legend style =
{
matrix anchor = north west,
at =
{
(0.05, 0.95)
}
}
}
\begin
{
axis
}
[
%title = {Étude sur la composante $y$},
xlabel=
{
$
x
$
[
\si
{
\metre
}
]
}
,
ylabel=
{
$
y
$
[
\si
{
\metre
}
]
}
,
ymin= -5e7, ymax= 1.6e8,
]
\addplot
[
mark = x,
smooth,
color = violet,
%only marks,
mark options =
{
draw = violet,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ex4/amax/traj.dat" using 2:3 every 2;
}
;
\addlegendentry
{
Apollo 13
}
\addplot
[
mark = +,
%smooth,
color = brown,
only marks,
mark options =
{
draw = brown,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ex4/amax/traj.dat" using 6:7 every 10;
}
;
\addlegendentry
{
Terre
}
\addplot
[
mark = x,
%smooth,
color = cyan,
only marks,
mark options =
{
draw = cyan,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ex4/amax/traj.dat" using 10:11;
}
;
\addlegendentry
{
Lune
}
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment