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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy?hl=en.