There are two pieces of logic in the plotting module that require the
import of matplotlib and they both can be moved inside functions.

1) default_backend - at the moment the default_backend is decided on
import. This can be moved to the initialization of a Plot object.

2) matplotlib_backend - this is rather trivial - we move the import
inside the class definition

-- 
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.

Reply via email to