Hi Nathanael,
Are you sure that you've actually installed the Matplotlib package for Python?
You don't mention it in your e-mail.
What happens when you type:
import matplotlib
at the Python prompt (i.e. in Ipython)?
You can download a windows installer from http://matplotlib.sourceforge.net/
Try "from pylab import *" before using the plot function.
Josh
On Tue, Apr 8, 2008 at 4:28 PM, Nathanael Berestycki
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to setup matplotbib on my computer (which is unfortunately
> running on windows) and for some reason, it doesn't seem to be work
Nathanael,
I don't use windows, but on linux I have to load matplotlib first and after
type show()
from pylab import *
plot([1,2,3])
show()
have you done it?
Alexandre
2008/4/8, Nathanael Berestycki <[EMAIL PROTECTED]>:
>
> Hi all,
>
> I am trying to setup matplotbib on my computer (which is u
Hi all,
I am trying to setup matplotbib on my computer (which is unfortunately
running on windows) and for some reason, it doesn't seem to be working. I
believe I have downloaded everything I should have downloaded (Python 2.5,
numpy, ipython, lpng1226, zlib, gtk, and I'm probably forgetting a few