We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e434e90 commit 7ed02abCopy full SHA for 7ed02ab
src/torchmetrics/utilities/plot.py
@@ -23,6 +23,7 @@
23
24
if _MATPLOTLIB_AVAILABLE:
25
import matplotlib
26
+ import matplotlib.axes
27
import matplotlib.pyplot as plt
28
29
_PLOT_OUT_TYPE = Tuple[plt.Figure, Union[matplotlib.axes.Axes, np.ndarray]]
0 commit comments