We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d192bee commit f2b5bdfCopy full SHA for f2b5bdf
ch08/figure3.py
@@ -12,4 +12,4 @@
12
plt.imshow(data[:200, :200], interpolation='nearest')
13
plt.xlabel('User ID')
14
plt.ylabel('Film ID')
15
-plt.savefig('../1400_08_03+.png')
+plt.savefig('Figure_08_03_DataMatrix.png')
0 commit comments