Comment #2 on issue 3347 by krastano...@gmail.com: plotting error in master
http://code.google.com/p/sympy/issues/detail?id=3347

The error was raised because the test_matplotlib.py was run for some reason without matplotlib installed, hence it tried to call unexisting methods on the ASCII-art backend (the fall-back backend).

Whatever is used to detect whether matplotlib is installed or not is not present in this file (or works in a different way from the detection mechanism used for choosing a backend).

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

Reply via email to