Skip to content

Commit

Permalink
fixed savefig error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Mekhedkin Meskhi committed Feb 4, 2018
1 parent d5d4741 commit 8da30dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
X=np.vstack((X1,X2,X3))
y=np.hstack((y1,y2,y3))
plt.scatter(X[:,0], X[:,1], c=y, cmap='cool', alpha=0.4)
figure.savefig(filename='vis/idea.png')
figure.savefig('vis/idea.png')
plt.show()

0 comments on commit 8da30dc

Please sign in to comment.