summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
index 3859a65f5c0..894f6d44d9e 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
@@ -715,7 +715,7 @@ behavior of |plot|.
\end{tikzpicture}
\end{codeexample}
%
- The use of |bar width| and |bar shift| is explained in the plot handler
+ The use of |bar width| and |bar shift| is explained in the |plothandlers|
library documentation, section~\ref{section-plotlib-bar-handlers}. Please
refer to page~\pageref{key-bar-width}.
\end{key}
@@ -723,7 +723,7 @@ behavior of |plot|.
\begin{key}{/tikz/xbar}
This option works like |ybar| except that the bars are horizontal.
%
-\begin{codeexample}[]
+\begin{codeexample}[preamble={\usetikzlibrary{patterns}}]
\tikz \draw[pattern=north west lines] plot[xbar]
coordinates{(1,0) (0.4,1) (1.7,2) (1.6,3)};
\end{codeexample}
@@ -747,7 +747,7 @@ behavior of |plot|.
be ignored.
You can configure relative shifts and relative bar widths, which is
- explained in the plot handler library documentation,
+ explained in the |plothandlers| library documentation,
section~\ref{section-plotlib-bar-handlers}. Please refer to
page~\pageref{key-bar-interval-width}.
\end{key}