Skip to content

Commit e051b26

Browse files
committed
MIN More meaningful output filenames
1 parent 9a713a0 commit e051b26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ch04/blei_lda.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
plt.hist(num_topics_used, np.arange(42))
7272
plt.ylabel('Nr of documents')
7373
plt.xlabel('Nr of topics')
74-
plt.savefig('../1400OS_04_01+.png')
74+
plt.savefig('Figure_04_01.png')
7575
plt.clf()
7676

7777

@@ -90,4 +90,5 @@
9090
# The coordinates below were fit by trial and error to look good
9191
plt.text(9, 223, r'default alpha')
9292
plt.text(26, 156, 'alpha=1.0')
93-
plt.savefig('../1400OS_04_02+.png')
93+
plt.savefig('Figure_04_02.png')
94+

0 commit comments

Comments
 (0)