1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-09-20 20:31:43 +00:00

Update 2_3_0_Visualisation.ipynb

Corregidos los ejes cambiados
This commit is contained in:
Carlos A. Iglesias 2016-10-11 17:22:30 +02:00 committed by GitHub
parent 94b8da57ca
commit 705afd6b39

View File

@ -143,8 +143,9 @@
"source": [ "source": [
"# Plot histogram, the default is 10 bins\n", "# Plot histogram, the default is 10 bins\n",
"plt.hist(iris.target, bins=10)\n", "plt.hist(iris.target, bins=10)\n",
"plt.xlabel('iris class')\n", "plt.xlabel('Number of species')\n",
"plt.ylabel('Number of species')\n" "plt.ylabel('iris class')\n"
] ]
}, },
{ {