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
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
> --
>
> 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+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
>
>
http://code.google.com/p/sympy/issues/detail?id=1781
Ondrej