Closed vikas-kundu closed 3 years ago
Can be called from any module like this:
def module_api(self):
run = self.plotter({
'data': '<html> index vikas a v c </html>',
'data_type': 'html',
'plot_type': ['histogram', 'piechart', 'wordcloud'],
#'plot_type': ['wordcloud'],
'plot_title': 'test title',
'limit': 5,
'remove_stopwords': True,
'remove_punc': True,
})
sorry for the time. work on the dev branch. Just add wordcloud.
Fixes #
Resolves
Added a class to plot data into various types. Also merged the two methods plotly and histogram from mexts
Changes
Checklist
master
branch.