Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97162435
energy.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:44
Size
715 B
Mime Type
text/x-tex
Expires
Sun, Jan 5, 01:44 (2 d)
Engine
blob
Format
Raw Data
Handle
23341066
Attached To
rSTICAZZI yearII_reports
energy.tex
View Options
\begin{tikzpicture}
\pgfplotsset
{
xmin = 0, xmax = 9e6,
width = 10cm,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north east,
at = {(0.95, 0.95)}
},
%title = {Étude sur la composante $y$},
xlabel={$t$ [\si{\second}]},
}
\begin{axis}
[
ylabel={Energie mécanique [\si{\joule}]},
%ymin= 3.0556855440698e30, ymax= 3.0556855440699e30
]
\addplot
[
mark = x,
%smooth,
color = orange,
only marks,
mark options = {
draw = orange,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex3/cons.dat" using 1:2 every 2;
};
%\addlegendentry{Étude sur $h_{min}$}
\end{axis}
\end{tikzpicture}
Event Timeline
Log In to Comment