Skip to content

Commit 3541660

Browse files
author
Sudhanshu
committed
Added tag 1.0.3
1 parent 5252572 commit 3541660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
print "Emoticons:", emo_test
1414
print "DictionaryTest:", dict_test
1515
print "Hashtags: ", hash_test
16-
plotter.plot([1,2,3],[emo_test,dict_test,hashtest],['emo_test','dict_test','hashtest'],[`emo_test`,`dict_test`,`hash_test`])
16+
17+
#plotter.plot([1,2,3],[emo_test,dict_test,hashtest],['emo_test','dict_test','hashtest'],[`emo_test`,`dict_test`,`hash_test`])

src/sentiment_plot.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import numpy
2-
import numpy
32
from matplotlib import pyplot as plt, rc
43

54
class Plotter:

0 commit comments

Comments
 (0)