diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex index c0f213634fa..00cd439a0c0 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex +++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex @@ -739,14 +739,14 @@ If the code is empty, no tick scale label will be drawn (and no space is consume \makeatletter \let\itsinitial=\pgfplots@scale@ticks@below@exponent \makeatother -\begin{pgfplotskey}{scale ticks below=\marg{exponent} (initially \itsinitial)} +\begin{pgfplotskey}{scale ticks below exponent=\marg{exponent} (initially \itsinitial)} Allows fine tuning of the `|scaled ticks|' algorithm: if the axis limits are of magnitude $10^e$ and $e<$\meta{exponent}, the common prefactor~$10^e$ will be factored out. The default is \end{pgfplotskey} \makeatletter \let\itsinitial=\pgfplots@scale@ticks@above@exponent \makeatother -\begin{pgfplotskey}{scale ticks above=\marg{exponent} (initially \itsinitial)} +\begin{pgfplotskey}{scale ticks above exponent=\marg{exponent} (initially \itsinitial)} Allows fine tuning of the '|scaled ticks|' algorithm: if the axis limits are of magnitude $10^e$ and $e>$\meta{exponent}, the common prefactor~$10^e$ will be factored out. \end{pgfplotskey} |