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

2012-03-12 Thread Eric Firing
On 03/12/2012 10:57 AM, Gias Uddin wrote: > If I understand, this should have given me "TkAgg". > so, the backend is not working properly. No, the backend is fine, it is just the wrong one. Most likely, when you built mpl, the libraries for the gui backends were not found. Try: sudo apt-get bui

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: > >> El día 12 de marzo de 2012 17:05, Gias Uddin escribió: >> >

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 Matplotlib and numpy. > > Advices will

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

2012-03-12 Thread Eric Firing
On 03/12/2012 06:05 AM, Gias Uddin wrote: > 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

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

2012-03-12 Thread Goyo
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 Matplotlib and numpy. > Advices will be tremendously helpful. Thanks in advance. > > http://stackoverflow.com/questions/96619

[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 -