Comment #21 on issue 1916 by smi...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts
http://code.google.com/p/sympy/issues/detail?id=1916

The change has been made in smichr's 'plot' branch at github.

Everything that failed before now works here:

    Plot(x*y**3-y*x**3)
    Plot(x**2)
    def main():
        fun1 = cos(x)*sin(y)
        fun2 = sin(x)*sin(y)
        fun3 = cos(y) + log(tan(y/2)) + 0.2*x

        Plot(fun1, fun2, fun3, [x, -0.00, 12.4, 40], [y, 0.1, 2, 40])
    main()


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