diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.alignment.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.alignment.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.alignment.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.alignment.tex index 1abde181669..8d22d833337 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.alignment.tex +++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.alignment.tex @@ -543,4 +543,18 @@ The |pgfinterruptboundingbox| environment does not include its content into the It works similarly to |trim axis left|: the effect is that everything right of the right axis line of the last axis environment is truncated from the bounding box. \end{stylekey} + +\begin{stylekey}{/tikz/trim axis group left} + A style which has the same effect as |trim axis left|, but is tailored for the |groupplots| library. + + It has the value |trim left=(group c1r1.south west)|. + + The style needs to be provided as argument to |\begin{tikzpicture}[trim axis group left]|. It expects (at least) one |groupplot| environment in the picture. The effect is to trim everything which is left of the first group axis' anchor |south west| (i.e.\ everything left of the left axis boundary). +\end{stylekey} + +\begin{stylekey}{/tikz/trim axis group right} + A style which has the same effect as |trim axis right|, but is tailored for the |groupplots| library. + + It works similarly to |trim axis group left|: the effect is that everything right of the rightmost axis in a group plot (the last element of the |groupplot| environment) is truncated from the bounding box. +\end{stylekey} \end{pgfplotskey} |