Figure Tools¶
Figure layout, axes linking, interactive controls — the plumbing for good-looking multi-panel figures.
Layout¶
Task |
Use |
|---|---|
Lay out an |
|
Open a full-screen figure |
|
Add panel labels (A, B, C, …) |
|
Add a figure-level title/labels across subplots |
|
Merge multiple figures into one |
|
Prep a figure for print / page export |
|
Find the most-square subplot grid for N panels |
Axes linking & limits¶
Task |
Use |
|---|---|
Link color axes across a set of axes |
|
Link 3-D camera + xyz limits across axes |
|
Match X/Y limits across axes |
|
Scale color limits to an inner percentile |
|
Set color limits manually |
|
Colorbars & annotations¶
Task |
Use |
|---|---|
Add a colorbar that doesn’t resize the parent axes |
|
Add a colorbar along the top |
|
Draw a scale bar on an axis |
|
Add a shadow / secondary axis |
|
Split an axis into multiple panels |
Interaction¶
Task |
Use |
|---|---|
Interactive scroll/zoom/pan with mouse + keyboard |
|
Capture user clicks on a figure |
|
Pop up a slice picker UI |
|
Zoom so content fills the axes |
|
Build a stacked-plot control |