summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex
index 640b162ef18..e92e1b133be 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex
@@ -72,8 +72,10 @@ This section provides a brief survey about the most frequently used aspects of n
\end{codeexample}
\begin{codeexample}[]
-\pgfmathprintnumber
- [1000 sep={\,},fixed,precision=6,1000 sep in fractionals]{1000000.123456}
+\pgfmathprintnumber[
+ 1000 sep={\,},fixed,precision=6,
+ 1000 sep in fractionals]
+ {1000000.123456}
\end{codeexample}
\noindent Each of these keys requires the prefix `|/pgf/number format/|' when used inside of a \PGFPlots\ style (try |/pgf/number format/.cd,|\meta{number formatting keys} to use the same prefix for many \meta{number formatting keys}).