I have a csv like this:
Date, i, eat, chicken, you, fish, banana
2014-9-14, 1, 2, 1, 1, 1, 0
2014-10-15, 1, 1, 1, 0, 0, 0
2014-11-13, 0, 1, 0, 1, 0, 1
Forget about upper/lowercase and stemming because I will be morphological analyzing Japanese texts.
Ultimate Goal: http://imgur.com/uyTRQXR (I do not have enough reputation to post images.)
Note: Y-axis is the word counts. It doesn't have to be a dot, x, square and some random shapes, just dots/x with different colors will be fine.
I want to use ggplot instead of matplotlib if possible.
eat
on2014-09-14
at a scale of 2 – Wazzzy Sep 26 '14 at 5:32