remove_text_labels¶
- grizli.utils.remove_text_labels(fig)[source]¶
Remove all Text annotations from
fig.axes
.- Parameters
- fig
matplotlib.figure.Figure
The figure object from which to remove text labels.
- fig
Remove all Text annotations from fig.axes
.
matplotlib.figure.Figure
The figure object from which to remove text labels.