atlas_view_reorder

atlas_view_reorder(atlas, order, gap=0.15)

Reorder views and reposition.

Views not in order are appended at end.

Parameters

Name Type Description Default
atlas BrainAtlas Brain atlas object. required
order list[str] Desired view order as list of view names. required
gap float Proportional gap between views (default 0.15 = 15% of max width). Must be between 0 and 2.0. 0.15

Returns

Name Type Description
BrainAtlas Modified atlas copy with reordered and repositioned geometry.