From: Eric F. <ef...@ha...> - 2012-03-12 20:01:26
|
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-plots-are-not-showing-up What is the result of: python -c "import matplotlib; print matplotlib.get_backend()" python -c "import matplotlib; print matplotlib.matplotlib_fname()" And when you run setup.py build, what is the first block of output showing all the libraries and dependencies? For whatever reason, it sounds like your mpl backend is not an interactive backend. Eric |