diff --git a/03_classification.ipynb b/03_classification.ipynb index 997b75d..7c3b351 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -1627,7 +1627,7 @@ " \"\"\"If you prefer color and a colorbar\"\"\"\n", " fig = plt.figure(figsize=(8,8))\n", " ax = fig.add_subplot(111)\n", - " cax = ax.matshow(conf_mx)\n", + " cax = ax.matshow(matrix)\n", " fig.colorbar(cax)" ] },