Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박은주
/
Todays_Issue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박은주
2021-06-09 14:33:34 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e49d055cd4405e1fb407d0c9aa0e188210b6859d
e49d055c
1 parent
a173ea50
Clearance
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
GetTopic.py
GetTopic.py
View file @
e49d055
...
...
@@ -68,6 +68,4 @@ def GetWordCloud():
plt
.
imshow
(
array
,
interpolation
=
"bilinear"
)
plt
.
axis
(
"off"
)
plt
.
show
()
fig
.
savefig
(
'./static/images/wordcloud.png'
)
GetWordCloud
()
\ No newline at end of file
fig
.
savefig
(
'./static/images/wordcloud.png'
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment