openscm_calibration.matplotlib_utils#
Matplotlib utility functions
Functions:
| Name | Description |
|---|---|
get_fig_axes_holder_from_mosaic |
Get figure, axes and holder from mosaic |
get_fig_axes_holder_from_mosaic #
get_fig_axes_holder_from_mosaic(
mosaic: list[list[str]], **kwargs: Any
) -> tuple[Figure, dict[str, Axes], DisplayHandle]
Get figure, axes and holder from mosaic
This is a convenience function
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
mosaic
|
list[list[str]]
|
Mosaic to use |
required |
**kwargs
|
Any
|
Passed to :func: |
{}
|
Returns:
| Type | Description |
|---|---|
Created figure, axes and holder
|
|
Raises:
| Type | Description |
|---|---|
ImportError
|
|