Skip to content

Commit 3d84c1b

Browse files
authored
Added plt.show()
See #34
1 parent 6a039f0 commit 3d84c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neural-networks-case-study.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ for j in xrange(K):
3838
y[ix] = j
3939
# lets visualize the data:
4040
plt.scatter(X[:, 0], X[:, 1], c=y, s=40, cmap=plt.cm.Spectral)
41+
plt.show()
4142
```
4243

4344
<div class="fig figcenter fighighlight">

0 commit comments

Comments
 (0)