Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.03 KB

tiled-layout.md

File metadata and controls

32 lines (20 loc) · 2.03 KB
layout title nav_order has_children parent grand_parent has_toc
default
Tiled Layout
5
false
Multiplot
Appearance
false

Tiled Layout

tiledlayout(rows, cols);
nexttile();

See result

example_tiledlayout_1

More examples:

example_tiledlayout_2 example_tiledlayout_3 example_tiledlayout_4 example_tiledlayout_5 example_tiledlayout_6 example_tiledlayout_7 example_tiledlayout_8

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.