Re: [Matplotlib-users] python nltk plots are not showing up

2012-03-12 Thread Gias Uddin
If I understand, this should have given me "TkAgg". so, the backend is not working properly. On Mon, Mar 12, 2012 at 4:49 PM, Gias Uddin wrote: > >>> plt.get_backend() > 'agg' > > > > On Mon, Mar 12, 2012 at 4:00 PM, Goyo wrote: > >>

Re: [Matplotlib-users] python nltk plots are not showing up

2012-03-12 Thread Gias Uddin
>>> plt.get_backend() 'agg' On Mon, Mar 12, 2012 at 4:00 PM, Goyo wrote: > El día 12 de marzo de 2012 17:05, Gias Uddin escribió: > > I have posted the following message in StackOverflow about my problem > with > > graph plotting using python nltk using M

[Matplotlib-users] python nltk plots are not showing up

2012-03-12 Thread Gias Uddin
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 -