figure_utils
tergite_autocalibration.lib.base.utils.figure_utils
Functions:
| Name | Description |
|---|---|
create_figure_with_top_band |
Create a figure with a top band for metadata and a grid of subplots. |
create_figure_with_top_band
create_figure_with_top_band(nrows, ncols) -> tuple
Create a figure with a top band for metadata and a grid of subplots. Args: nrows (int): Number of rows in the subplot grid. ncols (int): Number of columns in the subplot grid. Returns: fig (matplotlib.figure.Figure): The created figure. axs (numpy.ndarray): 2D array of Axes objects for the subplots.