From 517ef7891e70df156adf702d9007754ca6a26b4b Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Fri, 21 Apr 2023 09:05:29 +0200 Subject: [PATCH] Minor grammar fix --- chapters/annotations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 3bb660c54..d8302d4c4 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -213,7 +213,7 @@ \subsubsection{Axis Properties}\label{axis-properties} Under some circumstances, such as when the axis range does not span even a single order of magnitude, a tool may disregard the preference in order to get useful axis ticks. \begin{example} -A \emph{symmetric log} axis scale is sometimes used for axes spanning across several order of magnitudes of both positive and negative values. +A \emph{symmetric log} axis scale is sometimes used for axes spanning across several orders of magnitudes of both positive and negative values. Details vary, but the mapping from value to linear position along axis is some variation of $y \mapsto \operatorname{sign}(y)\, \operatorname{log}(1 + \frac{\abs{y}}{10^{\alpha}})$. A tool may implement this as a vendor-specific axis scale: \begin{lstlisting}[language=modelica]