layout | title | nav_order | has_children | parent | grand_parent | has_toc |
---|---|---|---|---|---|---|
default |
Tiled Layout |
5 |
false |
Multiplot |
Appearance |
false |
tiledlayout(rows, cols);
nexttile();
See result
More examples:
Our tiling functions are convenience shortcuts for the subplot functions. If there is no room for the next tile, we automatically rearrange the axes and increase the number of subplot rows or columns to fit the next tile. Use subplots for more control over the subplots.