Status: New
Owner: ----
Labels: Type-Defect Priority-Medium IPython Plotting

New issue 3542 by [email protected]: Pylab inline plotting disabled by sympy.interactive.ipythonprinting.
http://code.google.com/p/sympy/issues/detail?id=3542

In the ipython notebook

(1) has the expected behavior while (2) does not display the inline plot.

(1)
    In [1]: %pylab inline
            %load_ext sympy.interactive.ipythonprinting
            plot(linspace(0.0,1.0,10), linspace(0.0,1.0,10))

(2)
    In [1]: %load_ext sympy.interactive.ipythonprinting
            %pylab inline
            plot(linspace(0.0,1.0,10), linspace(0.0,1.0,10))

Thanks for this great piece of software!

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to