The groupplots tag has no wiki summary.
6
votes
1answer
59 views
How to change the scale between ticks
Is it possible to change the spacing between two ticks?
4000-3000 = 3000-2000 = 2000-1500 = 1500-1000
\begin{tikzpicture}
\begin{groupplot}[
group style={
group name=my plots,
...
8
votes
2answers
90 views
Create x and y label which overlaps for multiple plots
I have a groupplot of 5x3. Now I want to be able to 'overlap', so to speak, the ylabel over all the plots vica versa for the xlabel. This enables me namely to make the groupplot smaller.
Currently I ...
3
votes
2answers
155 views
LaTeX - PGF groupplot - polar axis
I can't find the answer anywhere, is it [and how] possible to make a group plot of multiple polar graphs? For grouping, I use pgf.groupplot library, for polar axis, I use \begin{polaraxis} from pgf ...
2
votes
1answer
129 views
Wrong plot alignment when using colorbar and groupplot
The alignment of the plot is wrong when I use colorbar, see figure. How can I fix this?
Further I would like to know how I can make the small axis ticks black in stead of gray? Now you can't really ...
4
votes
1answer
90 views
External coordinates breaks alignment of groupplots
This answer showed how to make overlay drawings with nodes defined in previous plots using TikZ. However, that solution (ie. adding cell picture=if necessary to the axis) does not work with ...
4
votes
1answer
230 views
Common scale for pgfplots groupplot
The groupplots environment allows global values of xmax to be set. Is there a way to automatically select a common value for all plots in a group? For example, with the code below, the 4th plot does ...
3
votes
1answer
367 views
Placing extra x tick on the upper axis
Please consider the following MWE. In addition to the xstick of the bottom x-axis (or primary x-axis) I would like to add a extra tick at the upper x-axis (or secondary x-axis).
...
5
votes
1answer
188 views
groupplots: Managing number of ticks
This question was asked already here but not answered completely. I know of two approaches but they do not apply to my problem:
ytick=data: In my example some of the tick labels will overlap.
...
5
votes
1answer
211 views
Align ylabels of grouped plots at a common line
I use the groupplots library of pgfplots to stack several plots above each other. The y tick label of the two plots have different width as the y axes of the plots are in different scales. As long as ...
