I can verify that it doesn't work before this patch and that it works 
afterwords on Mac OS X 10.6 with matplotlib installed via fink (0.99.0).  I'd 
like further verification first though, as I am not too familiar with 
matplotlib.

Thanks for the patch.  Just for the future, it is much easier to apply patches 
if you make them with git, although for small changes like this, it isn't as 
big of a deal because they can be applied manually even.  See 
http://code.google.com/p/sympy/wiki/GitTutorials

Aaron Meurer
On Dec 20, 2009, at 4:55 PM, chu-ching huang wrote:

> Hi all,
> 
> As title, this is a patch for matplotlib used in Sympy:
> 
> @@ -17,7 +17,7 @@
> 
>     try:
>         import pylab as p
> -        import matplotlib.axes3d as p3
> +        import mpl_toolkits.mplot3d as p3
>     except ImportError:
>         raise ImportError("Matplotlib is required to use mplot3d.")
> 
> tested with matplotlib-0.99.1
> 
> cch
> 
> --
> 
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To post to this group, send email to sy...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sympy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sympy?hl=en.
> 
> 

--

You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.


Reply via email to