Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97162765
init_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
Fri, Jan 3, 01:49
Size
910 B
Mime Type
text/x-tex
Expires
Sun, Jan 5, 01:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23341163
Attached To
rSTICAZZI yearII_reports
init_traj.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
xmin = -5e7, 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= 2.5e8,
]
\addplot
[
mark = x,
smooth,
color = violet,
%only marks,
mark options =
{
draw = violet,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ex4/hmin/init
_
traj.dat" using 2:3;
}
;
\addlegendentry
{
Apollo 13
}
\addplot
[
mark = +,
%smooth,
color = brown,
only marks,
mark options =
{
draw = brown,
fill = none
}
]
gnuplot [raw gnuplot]
{
plot "outs/ex4/hmin/init
_
traj.dat" using 6:7;
}
;
\addlegendentry
{
Terre
}
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment