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 9a713a0 commit e051b26Copy full SHA for e051b26
ch04/blei_lda.py
@@ -71,7 +71,7 @@
71
plt.hist(num_topics_used, np.arange(42))
72
plt.ylabel('Nr of documents')
73
plt.xlabel('Nr of topics')
74
-plt.savefig('../1400OS_04_01+.png')
+plt.savefig('Figure_04_01.png')
75
plt.clf()
76
77
@@ -90,4 +90,5 @@
90
# The coordinates below were fit by trial and error to look good
91
plt.text(9, 223, r'default alpha')
92
plt.text(26, 156, 'alpha=1.0')
93
-plt.savefig('../1400OS_04_02+.png')
+plt.savefig('Figure_04_02.png')
94
+
0 commit comments