diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-03 23:06:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-03 23:06:54 +0000 |
commit | 36080b5cf06fe9bdde3b1edb30fd795a58e6bf10 (patch) | |
tree | 172e727ca5a42cbd0c2440855dbb81f3a5c2148e /Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex | |
parent | e27b3d0aaf815fdab1497a0a827998ac044e245d (diff) |
pgfplots update (1apr10)
git-svn-id: svn://tug.org/texlive/trunk@17670 c570f23f-e606-0410-a88d-b1316a301751
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. |