summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex
index 0d8314079a3..373402b5cd3 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex
@@ -1,4 +1,4 @@
-% Copyright 2010 by Till Tantau
+% Copyright 2019 by Till Tantau
%
% This file may be distributed and/or modified
%
@@ -1991,7 +1991,7 @@ low=min, high=max
\end{codeexample}
%
This causes grid lines to span all possible values when they are
- visualized, which is usually the desired behaviour (the |low| and |high|
+ visualized, which is usually the desired behavior (the |low| and |high|
keys are explained in Section~\ref{section-dv-visualize-ticks}. You can
append the |style| key to this style to configure the overall appearance of
grid lines. It should be noted that settings to |style| inside |every grid|
@@ -2265,7 +2265,7 @@ The text produced by the automatic typesetting is computed as follows:
%
\begin{enumerate}
\item The current contents of the key |tick prefix| is put into the node.
- \item This is followed by a call of the key |tick typesetting| which gets
+ \item This is followed by a call of the key |tick typesetter| which gets
the \meta{value} of the tick as its argument in scientific notation.
\item This is followed by the contents of the key |tick suffix|.
\end{enumerate}
@@ -2310,7 +2310,7 @@ Let us have a look at these keys in detail:
\end{key}
\end{key}
-\begin{key}{/tikz/data visualization/tick typesetting=\meta{value}}
+\begin{key}{/tikz/data visualization/tick typesetter=\meta{value}}
The key gets called for each number that should be typeset. The argument
\meta{value} will be in scientific notation (like |1.0e1| for $10$). By
default, this key applies |\pgfmathprintnumber| to its argument. This
@@ -2550,14 +2550,14 @@ special ticks that you may have added using the |also at| key. When using the
option. Then ticks are placed all positions $i\cdot s + p$ that lie in the
interval $[a,b]$, where $i$ ranges over all integers.
- The tick positions computed in the way described above are \emph{mayor}
+ The tick positions computed in the way described above are \emph{major}
step positions. In addition to these, if the key
|minor steps between steps| is set to some number $n$, then $n$ many minor
- ticks are introduced between each two mayor ticks (and also before and
- after the last mayor tick, provided the values still lie in the interval
+ ticks are introduced between each two major ticks (and also before and
+ after the last major tick, provided the values still lie in the interval
$[a,b]$). Note that is $n$ is $1$, then one minor tick will be added in the
- middle between any two mayor ticks. Use a value of $9$ (not $10$) to
- partition the interval between two mayor ticks into ten equally sized minor
+ middle between any two major ticks. Use a value of $9$ (not $10$) to
+ partition the interval between two major ticks into ten equally sized minor
intervals.
%
\begin{codeexample}[preamble={\usetikzlibrary{datavisualization}}]
@@ -2585,11 +2585,11 @@ special ticks that you may have added using the |also at| key. When using the
|logarithmic| option with an axis.
In detail, the following happens: As for |linear steps| let numbers $a$,
- $b$, $s$, and $p$ be given. Then, mayor ticks are placed at all positions
+ $b$, $s$, and $p$ be given. Then, major ticks are placed at all positions
$10^{i\cdot s+p}$ that lie in the interval $[a,b]$ for $i \in \mathbb{Z}$.
The minor steps are added in the same way as for |linear steps|. In
- particular, they interpolate \emph{linearly} between mayor steps.
+ particular, they interpolate \emph{linearly} between major steps.
%
\begin{codeexample}[preamble={\usetikzlibrary{datavisualization}}]
\begin{tikzpicture}
@@ -2838,7 +2838,7 @@ left axis={ visualize axis={ x axis={ goto=min } }
The key can be passed to an axis. It will set the attribute monitored
by the axis to the given \meta{value}, which is usually some number.
However, \meta{value} may also be one of the following, which causes a
- special behaviour:
+ special behavior:
%
\begin{itemize}
\item |min|: The attribute is set to the minimal value that the
@@ -3016,7 +3016,7 @@ left axis={ visualize axis={ x axis={ goto=min } }
\begin{stylekey}{/tikz/data visualization/axis layer (initially on background layer)}
The layer on which the axis is drawn. See the description of
- |grid layer| on page~\ref{section-dv-grid-layer} for details.
+ |grid layer| on page~\pageref{section-dv-grid-layer} for details.
\end{stylekey}
\begin{stylekey}{/tikz/data visualization/every axis}