summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex
index 84166213573..49c5e756043 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.errorbars.tex
@@ -109,7 +109,7 @@ Error marks are thus placed at $x \cdot (1 \pm \pgfplotserror x)$ for linear axe
Configures the error bar algorithm to draw $x$-error bars at any input coordinate for which user-specified errors are available.
Each error is interpreted as absolute error, see |x fixed| for details.
-The different input formats of errors are described in section~\ref{sec:errorbar:input}.
+The different input formats of errors are described in Section~\ref{sec:errorbar:input}.
\end{pgfplotsxykey}
\begin{pgfplotsxykey}{error bars/\x\ explicit relative}
@@ -119,7 +119,7 @@ Configures the error bar algorithm to draw $x$-error bars at any input coordinat
\begin{pgfplotskey}{error bars/error mark=\meta{marker}}
-Sets an error marker for any error bar. \marg{marker} is expected to be a valid plot mark, see section~\ref{sec:markers}.
+Sets an error marker for any error bar. \marg{marker} is expected to be a valid plot mark, see Section~\ref{sec:markers}.
\end{pgfplotskey}
\begin{pgfplotskey}{error bars/error mark options=\marg{key-value-list}}
@@ -177,7 +177,7 @@ or
\begin{codeexample}[code only]
\addplot table[x error index=COLINDEX,y error index=COLINDEX]
\end{codeexample}
-These options are used as the `|x|' and `|x index|' options.
+These options are used like the `|x|' and `|x index|' options.
You can supply error coordinates even if they are not used at all; they will be ignored silently in this case.