[Matplotlib-users] How do I get Missing Modules?

2008-03-04 Thread Ssebuliba, J, Mnr [EMAIL PROTECTED]
Hi there, When I use; import matplotlib.pyplot as p, I get an error message; ImportError: No module named pyplot. So, how am I supposed to get these missing modules? Please note: I am using Linux (Ubuntu-gusty)! Regards, JOE.

Re: [Matplotlib-users] How do I get Missing Modules?

2008-03-04 Thread Michael Droettboom
Like your last question, I think you're using the current release's documentation (0.91.2) with an old release (probably 0.90.1 or earlier). pyplot did not exist in 0.90.1, but I believe everything that is now in pyplot used to be in pylab, so you could just import that instead. Cheers, Mike