The groupplots tag has no wiki summary.
3
votes
2answers
125 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
93 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
82 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
215 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
329 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
159 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
194 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 ...
