diff options
Diffstat (limited to 'graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-plots.tex')
-rw-r--r-- | graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-plots.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-plots.tex b/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-plots.tex index 3859a65f5c..894f6d44d9 100644 --- a/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-plots.tex +++ b/graphics/pgf/base/doc/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} |