Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96151663
xplusone.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
Mon, Dec 23, 04:53
Size
896 B
Mime Type
text/x-tex
Expires
Wed, Dec 25, 04:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23133850
Attached To
rSTICAZZI yearII_reports
xplusone.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
xmin = 0, xmax = 1,
width =
\linewidth
%height = 7cm
}
\begin
{
axis
}
[
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
ymin=-0.1, ymax= 1,
ymajorgrids = true,
grid style = dashed,
legend style =
{
matrix anchor = south west,
at =
{
(0.05, 0.05)
}
}
]
\addplot
[
only marks,
error bars/.cd,
y dir = both,
y explicit
]
coordinates
{
(0.4, 0.8) +- (0, 0.02)
(0.5, 0.6) +- (0, 0.016)
}
;
\label
{
pointExample
}
\addlegendentry
{
$
y
$
}
\addplot
+
[mark = none, domain = 0.4:1]
{
-2.36 * (x - 0.5) + 0.584
}
;
\label
{
spanMinus
}
\addlegendentry
{
$
r_
-
$
}
\addplot
+[mark = none, domain = 0.4:1]
{
-1.64 * (x - 0.5) + 0.616
}
;
\label
{
spanPlus
}
\addlegendentry
{
$
r_
+
$
}
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment