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

New issue 2023 by hannes.ramon: Plot()
http://code.google.com/p/sympy/issues/detail?id=2023

When I want to use the Plot() function, i always get the same error.
Even when I copy the code from this site.

from sympy import symbols, Plot
x,y,z = symbols('xyz')
Plot(x*y**3-y*x**3)

gives

Window initialization failed: Unable to share contexts

can someone help me with this problem

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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