summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex14
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex
index 911090212c2..c5c8537a8d5 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.scaling.tex
@@ -139,7 +139,7 @@ This feature is used to realize the \verbpdfref{\addplot3 graphics} feature, com
The initial choice \declaretext{auto} chooses one of the other possible choices depending on the actual context. More precisely, it is the same as |none| if at least one of |x|, |y|, or |z| is provided (meaning that these keys are the final unit size). If no unit is provided, it defaults to |stretch to fill|.
- The choice |none| does not apply any rescaling at all. Use this if prescribed lengths of |x|, |y| (and perhaps |z|) should be used. In other words: it ignores |width| and |height|.
+ The choice |none| does not apply any rescaling at all. Use this if prescribed lengths of |x|, |y| (and perhaps |z|) should be used. In other words: it ignores |width| and |height|. In this case, you may want to set |x post scale| and its variants to rescale units manually.
The choice |stretch to fill| takes |x|, |y|, and |z| as they have been found (either from user input or from some automatic processing) and rescales the axis with two \emph{separate} scales: one which results in the proper |width| and one which results in the proper |height|. As a consequence, the unit vectors are modified and distorted such that the final image fits into the prescribed dimensions. This is usually what one expects unless one provides unit directions explicitly.
@@ -302,8 +302,12 @@ This feature is used to realize the \verbpdfref{\addplot3 graphics} feature, com
\end{pgfplotskeylist}
\end{pgfplotskey}
-\begin{pgfplotsxykeylist}{\x\ post scale=\marg{scale} (initially 1)}
+\begin{pgfplotsxykeylist}{\x\ post scale=\marg{scale} (initially empty),scale=\marg{scale} (initially empty)}
Lets \PGFPlots\ compute the axis scaling based on |width|, |height|, |view|, |plot box ratio|, |axis equal| or explicit unit vectors with |x|, |y|, |z| and \emph{rescales} the resulting vector(s) according to \meta{scale}.
+
+ The |scale| key sets all three keys to the same \meta{uniform scale} value. This is effectively the same as if you rescale the complete axis (without changing sizes of descriptions).
+
+ The other keys allow individually rescaled axes.
\begin{codeexample}[]
\begin{tikzpicture}
\begin{axis}[y post scale=1]
@@ -331,9 +335,3 @@ This feature is used to realize the \verbpdfref{\addplot3 graphics} feature, com
\end{tikzpicture}
\end{codeexample}
\end{pgfplotsxykeylist}
-
-\begin{pgfplotskey}{scale=\marg{uniform scale}}
- A style which sets |x post scale|, |y post scale|, and |z post scale| to the same \meta{uniform scale} value.
-
- This is effectively the same as if you rescale the complete axis (without changing sizes of descriptions).
-\end{pgfplotskey}