Arranges a matrix of plots in a shared grid.
PlotGrid[{{p11, p12, …}, {p21, …}, …}]
PlotGrid[plots, shared]
plots = Table[Plot[a Sin[x] + b, {x, 0, 2Pi}, Frame -> True], {a, 1, 2}, {b, 0, 1}]; PlotGrid[plots]
→ -Graphics-- AspectRatio — default Automatic
- Axes — default False
- Background — default None
- Dividers — default None
- Frame — default True
- ImageSize — default Automatic
- ItemAspectRatio — default Automatic
- ItemSize — default Automatic
- PlotLabel — default None
- Spacings — default Automatic