Re: [Matplotlib-users] Can't create graphs

2008-11-19 Thread John Hunter
On Wed, Nov 19, 2008 at 1:22 PM, Goyo <[EMAIL PROTECTED]> wrote: > Make sure yu're using a backend with a user interface. > > http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend Also, you can get more verbose input at runtime with the --verbose-helpful flag: > python histo

Re: [Matplotlib-users] Can't create graphs

2008-11-19 Thread Goyo
Make sure yu're using a backend with a user interface. http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend El mié, 19-11-2008 a las 10:49 -0500, Ron Brennan escribió: > Hello, > > I am completely new to Matplotlib. I can't seem to get my script (a > copy and paste from a

[Matplotlib-users] Can't create graphs

2008-11-19 Thread Ron Brennan
Hello, I am completely new to Matplotlib. I can't seem to get my script (a copy and paste from a Histogram example) to generate a graph. When I run my script, the command prompt returns. Is there something I am missing? # # histogram.py # import numpy as np import matplotlib.mlab as mlab import