From: Gias U. <gi...@gm...> - 2012-03-12 20:50:22
|
>>> plt.get_backend() 'agg' On Mon, Mar 12, 2012 at 4:00 PM, Goyo <goy...@gm...> wrote: > 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 > |