Comment #5 on issue 3141 by pgrand...@gmail.com: issue with the plotting capabilities in windows 7 32 & 64 bit
http://code.google.com/p/sympy/issues/detail?id=3141

It seems I found a solution by using Issue 1916. I add in my program :

import os
os.environ['PYGLET_SHADOW_WINDOW']="0"

and this works now on the standard example :

from sympy import var, Plot
var('x y z')
Plot(x*y**3-y*x**3)

Pascal


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