Browse Source

fix the pic scale

pull/12/head
wangyuxi 3 years ago
parent
commit
2717b5e7eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      2_knn/knn_classification.ipynb

+ 1
- 1
2_knn/knn_classification.ipynb View File

@@ -488,7 +488,7 @@
" img = X_digits[i].reshape(8, 8)\n",
" axes[i].imshow(img)\n",
" axes[i].set_title(y_digits[i])\n",
"fig.set_size_inches(12,6)\n",
"fig.set_size_inches(16,9)\n",
"fig.savefig('fig-res-digits.pdf')"
]
},


Loading…
Cancel
Save