Skip to content

Commit

Permalink
Added tag 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhanshu committed Sep 4, 2013
1 parent 5252572 commit 3541660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
print "Emoticons:", emo_test
print "DictionaryTest:", dict_test
print "Hashtags: ", hash_test
plotter.plot([1,2,3],[emo_test,dict_test,hashtest],['emo_test','dict_test','hashtest'],[`emo_test`,`dict_test`,`hash_test`])

#plotter.plot([1,2,3],[emo_test,dict_test,hashtest],['emo_test','dict_test','hashtest'],[`emo_test`,`dict_test`,`hash_test`])
1 change: 0 additions & 1 deletion src/sentiment_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy
import numpy
from matplotlib import pyplot as plt, rc

class Plotter:
Expand Down

0 comments on commit 3541660

Please sign in to comment.