xlnstorch.viz.plot_precision_heatmap_grid#
- xlnstorch.viz.plot_precision_heatmap_grid(results, *, figsize=None, cmap='viridis')#
Create a grid of heatmaps showing error patterns at different precisions.
- Parameters:
- Returns:
The figure and list of axes containing the heatmaps.
- Return type:
Tuple[matplotlib.figure.Figure, List[matplotlib.axes.Axes]]
- Raises:
ImportError – If matplotlib is not installed, an ImportError is raised.