Skip to content

Commit e6405b9

Browse files
committed
Fixed countplot not showing.
1 parent 9e05381 commit e6405b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/core/mlp_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
},
244244
"outputs": [],
245245
"source": [
246-
"sns.countplot(y_viz.numpy());\n",
246+
"sns.countplot(x=y_viz.numpy());\n",
247247
"plt.xlabel('Digits')\n",
248248
"plt.title(\"MNIST Digit Distribution\");"
249249
]

0 commit comments

Comments
 (0)