Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96077344
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
Sun, Dec 22, 09:27
Size
903 B
Mime Type
text/x-tex
Expires
Tue, Dec 24, 09:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23114510
Attached To
rSTICAZZI yearII_reports
init_traj.tex
View Options
\begin{tikzpicture}
\pgfplotsset
{
xmin = -5e7, xmax = 3.5e8,
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= -3e7, ymax= 5e7,
]
\addplot
[
mark = x,
smooth,
color = red,
%only marks,
mark options = {
draw = red,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex2/init_traj.dat" using 2:3;
};
\addlegendentry{Apollo 13}
\addplot
[
mark = none,
smooth,
color = blue,
%only marks,
%mark options = {
% draw = blue,
% fill = none
%}
]
gnuplot [raw gnuplot] {
plot "outs/earth.dat" using 1:2;
};
\addlegendentry{Surface terrestre}
\end{axis}
\end{tikzpicture}
Event Timeline
Log In to Comment