From: Goyo <goy...@gm...> - 2012-03-12 20:00:17
|
El día 12 de marzo de 2012 17:05, Gias Uddin <gi...@gm...> escribió: > I have posted the following message in StackOverflow about my problem with > graph plotting using python nltk using Matplotlib and numpy. > Advices will be tremendously helpful. Thanks in advance. > > http://stackoverflow.com/questions/9661909/python-nltk-plots-are-not-showing-up This usually happens when you're using a non interactive backend. What's the output of plt.get_backend()? Goyo |