Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96075368
conveps.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, 08:58
Size
1 KB
Mime Type
text/x-tex
Expires
Tue, Dec 24, 08:58 (2 d)
Engine
blob
Format
Raw Data
Handle
23113775
Attached To
rSTICAZZI yearII_reports
conveps.tex
View Options
\begin{tikzpicture}
\definecolor{darkbrown}{RGB}{102, 51, 0}
\pgfplotsset
{
xmin = 5e-6, xmax = 1,
width = 10cm,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north west,
at = {(0.05, 0.95)}
},
%title = {Étude sur la composante $y$},
xlabel={$\epsilon$},
}
\begin{loglogaxis}
[
ylabel={$\abs*{min(h) - h_{min}}$ [\si{\metre}]},
ymin= 0.01, ymax= 1e4,
axis y line*= left,
every y tick label/.append style = {darkbrown}
]
\addplot
[
mark = *,
%smooth,
color = black,
only marks,
mark options = {
draw = black,
fill = brown
}
]
gnuplot [raw gnuplot] {
plot "outs/ex1/conveps.dat" using 1:2;
};
\label{plothmin_eps}
\addlegendentry{Étude sur $h_{min}$}
\addplot
[
mark = none,
color = brown,
smooth,
domain = 5e-6:1,
] {8434.261171 * x^1.112162};
\label{plothmin_epsfit}
\node [draw,fill=white] at (rel axis cs: 0.75,0.3) {\shortstack[l]{\ref{plothmin_epsfit} $8.4 \cdot 10^3 \cdot \epsilon^{1.1}$}};
\end{loglogaxis}
\begin{loglogaxis}
[
ylabel={$\abs*{max(v) - v_{max}}$ [\si{\metre\per\second}]},
ymin= 1e-9, ymax= 100,
axis y line*= right,
axis x line= none,
every y tick label/.append style = {red}
]
\addlegendimage{/pgfplots/refstyle=plothmin_eps}\addlegendentry{Étude sur $h_{min}$}
\addplot
[
mark = square*,
%smooth,
color = black,
only marks,
mark options = {
draw = black,
fill = red
}
]
gnuplot [raw gnuplot] {
plot "outs/ex1/conveps.dat" using 1:3;
};
\addlegendentry{Étude sur $v_{max}$}
\addplot
[
mark = none,
color = red,
smooth,
domain = 5e-6:1,
] {8.839084 * x^0.873026};
\label{plotvmax_epsfit}
\node [draw,fill=white] at (rel axis cs: 0.75,0.2) {\shortstack[l]{\ref{plotvmax_epsfit} $8.8 \cdot \epsilon^{0.87}$}};
\end{loglogaxis}
\end{tikzpicture}
Event Timeline
Log In to Comment