diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex index 3b37dc32c47..69fe108fac9 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex +++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex @@ -99,6 +99,11 @@ The initial setting is \begin{codeexample}[code only] \pgfplotsset{every axis title/.style={at={(0.5,1)},above,yshift=6pt}} \end{codeexample} + +To be more precise, the |yshift| doesn't use the hardcoded |6pt|: it uses the value of +\begin{key}{/pgfplots/every axis title shift=\marg{default shift} (initially 6pt)} +\end{key} +which can be reset if needed. \end{stylekey} \pgfplotsshortstylekey title style=every axis title\pgfeov @@ -120,6 +125,12 @@ The initial setting is \pgfplotsshortstylekey legend style=every axis legend\pgfeov +\begin{stylekey}{/pgfplots/every legend image post} + Allows to change the appearance of the small legend images \emph{after} the options of the plot style have been applied. Thus, legend formatting can be changed independently of the plot style using |every legend image post|. + + This key is also documented on page~\pageref{key:legendimagepost}. +\end{stylekey} + \subsubsection*{Styles for axis lines} \begin{xystylekey}{/pgfplots/every outer \x\ axis line (initially empty)} Installed for every axis line which lies on the outer box. @@ -198,7 +209,7 @@ The initial settings are Installed for tick \emph{lines} on either $x$ or $y$ axis. \end{xystylekey} -\pgfplotsshortxystylekey \x\ tick style=every \x\ tick\pgfeov +\pgfplotsshortxystylekey \x tick style=every \x\ tick\pgfeov \begin{xystylekey}{/pgfplots/every minor \x\ tick (initially empty)} Installed for minor tick lines on either $x$ or $y$ axis. |