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