summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex20
1 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex
index ed18c1a5ffe..8f7eac17aed 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.groupplot.tex
@@ -16,9 +16,7 @@
\end{pgfplotslibrary}
\begin{environment}{{groupplot}\oarg{options}}
- Once you have loaded the |groupplots| library you will gain access to this environment. This environment is limited to the same restrictions as the
- |axis| environment. It actually utilizes this environment so consider it as an extension of this. What is important to note is that \oarg{options} gets
- applied to all plots in the entire environment. This can be really handy when you need the same |xmin|, |xmax|, |ymin| and |ymax|.
+ Once you have loaded the |groupplots| library you will gain access to this environment. This environment is limited to the same restrictions as the |axis| environment. It actually utilizes this environment so consider it as an extension of this. What is important to note is that \oarg{options} are applied to all plots in the entire environment. This can be really handy when you need the same |xmin|, |xmax|, |ymin| and |ymax|.
\end{environment}
With such an environment one can typeset plots in matrix like styles
@@ -102,7 +100,8 @@ to quickly create an aligned structure of plots. But you can also utilize it to
\addplot[very thick] file {plotdata/group-1.dat};
\nextgroupplot[xmax=5,ymax=50]
\addplot[very thick] file {plotdata/group-1.dat};
- \nextgroupplot[xmin=5,xmax=10,ymax=50,yticklabels={}]
+ \nextgroupplot[xmin=5,xmax=10,ymax=50,
+ yticklabels={}]
\addplot[very thick] file {plotdata/group-1.dat};
\end{groupplot}
\end{tikzpicture}
@@ -134,12 +133,11 @@ Or for instance zooming in on data as in the next example.
\subsubsection{Grouping options}
\label{sec:pgfplots:group:options}
-Here the various available options of the library reside.
\begin{pgfplotskey}{group style=\marg{options with {\normalfont\texttt{group/}} prefix}}
This key sets all \meta{options} using the |/pgfplots/group/| prefix.
- Note that the distinction between |group/| and normal options is important has some of them are quite similar.
+ Note that the distinction between |group/| and normal options is important as some of them are quite similar.
For example, the following statements are all equivalent:
\begin{codeexample}[code only]
@@ -153,7 +151,7 @@ All the following keys are in the subdirectory |group|.
\begin{pgfplotskeylist}{group/group size=\meta{columns} by \meta{rows} (initially 1 by 1),
group/columns=\meta{columns} (initially 1),
group/rows=\meta{rows} (initially 1)}
- These keys determines the total number of plots that can be in one environment |groupplot|. It is thus important not to add more
+ These keys determine the total number of plots that can be in one environment |groupplot|. It is thus important not to add more
|\nextgroupplot| in the environment than \meta{columns}$\times$\meta{rows}. This is critical to set if one uses more than 1 more plot. As
the key |group size| uses |columns| and |rows| you should stick to either |group size| or both |columns| and |rows|.
\end{pgfplotskeylist}
@@ -171,7 +169,7 @@ All the following keys are in the subdirectory |group|.
\begin{pgfplotskeylist}{%
group/xlabels at=\mchoice{all,edge bottom,edge top} (initially all),%
group/ylabels at=\mchoice{all,edge left,edge right} (initially all)}
- In order to determine which plots get labels typeset one can use these keys. By default all axis gets typeset normally and thus have both $x$ and
+ In order to determine which plots get labels typeset one can use these keys. By default all axes get typeset normally and thus have both $x$ and
$y$ axis labels.
% \usepgfplotslibrary{groupplots}
\begin{codeexample}[]
@@ -208,7 +206,7 @@ $y$ axis on their left side. These keys are especially handy when using \textit{
\begin{pgfplotskeylist}{%
group/xticklabels at=\mchoice{all,edge top,edge bottom} (initially all),%
group/yticklabels at=\mchoice{all,edge left,edge right} (initially all)}
- In order to determine which plots get tick labels typeset one can use these keys. By default all axis gets typeset normally and thus have both $x$ and
+ In order to determine which plots get tick labels typeset one can use these keys. By default all axes gets typeset normally and thus have both $x$ and
$y$ axis tick labels. If one sets
\begin{codeexample}[code only]
@@ -223,7 +221,7 @@ specially handy when using \textit{glued} plots.
\begin{pgfplotskeylist}{%
group/x descriptions at=\mchoice{all,edge top,edge bottom} (initially all),%
group/y descriptions at=\mchoice{all,edge left,edge right} (initially all)}
- These are simply a short hand for both using both |xticklabels at| and |xlabels at| simultaneously:
+ These are simply a short hand for using both |xticklabels at| and |xlabels at| simultaneously:
% \usepgfplotslibrary{groupplots}
\begin{codeexample}[]
@@ -320,6 +318,6 @@ Here, |x descriptions at=edge bottom| yields that $x$ descriptions (|xlabel| and
circle (3pt) node {North west};
\end{tikzpicture}
\end{codeexample}
-Notice that you need to call a |\nextgroupplot| again after to jump to the next plot.
+Notice that you need to call a |\nextgroupplot| againwards to jump to the next plot.
\end{pgfplotskey}
}