Skip to content
Snippets Groups Projects

Resolve "Confusion matrix messed up with Python 3.7"

Merged Frank Sauerburger requested to merge 30-confusion-matrix-messed-up-with-python-3-7 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -528,6 +528,7 @@ def confusion_matrix(df, x_processes, y_processes, x_label, y_label,
), **kwds)
axes.set_xlabel(x_label)
axes.set_ylabel(y_label)
axes.set_ylim(len(y_processes), 0)
figure.subplots_adjust(top=0.85)
if ATLAS is not None:
Loading