summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex54
1 files changed, 37 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex b/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
index 5086fef9d47..32b0e5f32ee 100644
--- a/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
+++ b/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
@@ -56,38 +56,58 @@
/pgfplots/group/shared labels=false,
/pgfplots/group/xticklabels at/.is choice,
/pgfplots/group/xticklabels at/all/.code=\def\pgfplots@group@xticklabels{all},
- /pgfplots/group/xticklabels at/edge top/.code=\def\pgfplots@group@xticklabels{upper},
+ /pgfplots/group/xticklabels at/edge top/.code=\def\pgfplots@group@xticklabels{top},
/pgfplots/group/xticklabels at/edge bottom/.code=\def\pgfplots@group@xticklabels{lower},
+ /pgfplots/group/xticklabels at/edge left/.code=\def\pgfplots@group@xticklabels{left}, % TODO
+ /pgfplots/group/xticklabels at/edge right/.code=\def\pgfplots@group@xticklabels{right}, % TODO
/pgfplots/group/xticklabels at=all,
/pgfplots/group/yticklabels at/.is choice,
/pgfplots/group/yticklabels at/all/.code=\def\pgfplots@group@yticklabels{all},
/pgfplots/group/yticklabels at/edge left/.code=\def\pgfplots@group@yticklabels{left},
/pgfplots/group/yticklabels at/edge right/.code=\def\pgfplots@group@yticklabels{right},
+ /pgfplots/group/yticklabels at/edge top/.code=\def\pgfplots@group@yticklabels{top}, % TODO
+ /pgfplots/group/yticklabels at/edge bottom/.code=\def\pgfplots@group@yticklabels{bottom}, % TODO
/pgfplots/group/yticklabels at=all,
/pgfplots/group/xlabels at/.is choice,
/pgfplots/group/xlabels at/all/.code=\def\pgfplots@group@xlabels{all},
- /pgfplots/group/xlabels at/edge top/.code=\def\pgfplots@group@xlabels{upper},
+ /pgfplots/group/xlabels at/edge top/.code=\def\pgfplots@group@xlabels{top},
/pgfplots/group/xlabels at/edge bottom/.code=\def\pgfplots@group@xlabels{lower},
+ /pgfplots/group/xlabels at/edge right/.code=\def\pgfplots@group@xlabels{right}, % TODO
+ /pgfplots/group/xlabels at/edge left/.code=\def\pgfplots@group@xlabels{left},% TODO
/pgfplots/group/xlabels at=all,
/pgfplots/group/ylabels at/.is choice,
/pgfplots/group/ylabels at/all/.code=\def\pgfplots@group@ylabels{all},
/pgfplots/group/ylabels at/edge left/.code=\def\pgfplots@group@ylabels{left},
/pgfplots/group/ylabels at/edge right/.code=\def\pgfplots@group@ylabels{right},
+ /pgfplots/group/ylabels at/edge top/.code=\def\pgfplots@group@ylabels{top}, % TODO
+ /pgfplots/group/ylabels at/edge bottom/.code=\def\pgfplots@group@ylabels{bottom}, % TODO
/pgfplots/group/ylabels at=all,
/pgfplots/group/x descriptions at/.is choice,
- /pgfplots/group/x descriptions at/all/.style=
- {/pgfplots/group/xlabels at=all,/pgfplots/group/xticklabels at=all},
- /pgfplots/group/x descriptions at/edge bottom/.style=
- {/pgfplots/group/xlabels at=edge bottom, /pgfplots/group/xticklabels at=edge bottom},
- /pgfplots/group/x descriptions at/edge top/.style=
- {/pgfplots/group/xlabels at=edge top, /pgfplots/group/xticklabels at=edge top},
+ /pgfplots/group/x descriptions at/all/.style={
+ /pgfplots/group/xlabels at=all,
+ /pgfplots/group/xticklabels at=all
+ },
+ /pgfplots/group/x descriptions at/edge bottom/.style={
+ /pgfplots/group/xlabels at=edge bottom,
+ /pgfplots/group/xticklabels at=edge bottom
+ },
+ /pgfplots/group/x descriptions at/edge top/.style={
+ /pgfplots/group/xlabels at=edge top,
+ /pgfplots/group/xticklabels at=edge top
+ },
/pgfplots/group/y descriptions at/.is choice,
- /pgfplots/group/y descriptions at/all/.style=
- {/pgfplots/group/ylabels at=all, /pgfplots/group/yticklabels at=all},
- /pgfplots/group/y descriptions at/edge left/.style=
- {/pgfplots/group/ylabels at=edge left, /pgfplots/group/yticklabels at=edge left},
- /pgfplots/group/y descriptions at/edge right/.style=
- {/pgfplots/group/ylabels at=edge right, /pgfplots/group/yticklabels at=edge right},
+ /pgfplots/group/y descriptions at/all/.style={
+ /pgfplots/group/ylabels at=all,
+ /pgfplots/group/yticklabels at=all
+ },
+ /pgfplots/group/y descriptions at/edge left/.style={
+ /pgfplots/group/ylabels at=edge left,
+ /pgfplots/group/yticklabels at=edge left
+ },
+ /pgfplots/group/y descriptions at/edge right/.style={
+ /pgfplots/group/ylabels at=edge right,
+ /pgfplots/group/yticklabels at=edge right
+ },
/pgfplots/group/group name/.store in=\pgfplots@group@name,
/pgfplots/group/empty plot/.style={/pgfplots/hide axis=true},
}
@@ -200,9 +220,9 @@
}%
\fi%
\else
- \def\pgfplots@loc@TMPb{upper}%
+ \def\pgfplots@loc@TMPb{top}%
\ifx\pgfplots@loc@TMPb\pgfplots@group@xlabels%
- % xlabels at=upper
+ % xlabels at=top
\ifnum1<\pgfplots@group@rows\relax
\foreach \pgfplots@column in {1,...,\pgfplots@group@columns} {%
\foreach \pgfplots@row in {1,...,\pgfplots@group@rows} {%
@@ -264,7 +284,7 @@
%
\def\pgfplots@group@determine@ticklabels{%
\def\pgfplots@loc@TMPa{all}
- \def\pgfplots@loc@TMPb{upper}
+ \def\pgfplots@loc@TMPb{top}
\def\pgfplots@loc@TMPc{lower}
\ifx\pgfplots@loc@TMPa\pgfplots@group@xticklabels%
% Do nothing as all should have xticklabels