Update 2_3_0_Visualisation.ipynb

Corregidos los ejes cambiados
pull/1/head
Carlos A. Iglesias 8 years ago committed by GitHub
parent 94b8da57ca
commit 705afd6b39

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

Loading…
Cancel
Save