I am currently doing natural language processing using python NLTK. I want to generate some beautiful graphics of the representation of input. What package can I do to get something like this?
Asked
Active
Viewed 1,641 times
5
-
Where did you get the images from? They look like D3 outputs =) – alvas Feb 24 '17 at 08:48
1 Answers
5
Bokeh is the go-to visualization library for Python. Have a look at its gallery to see what it can do. I actually don't know if it can generate the kind of images you've shown though.
Altair is another capable plotting library which kindly includes a few links to other libraries in its README:

Alex Taylor
- 8,343
- 4
- 25
- 40