On 21 Mrz., 10:36, Hector <hector1...@gmail.com> wrote:
> Pardon me for my limited knowledge, but are we not supposed to modify
> setup.py if we decided to move from pyglet to matplotlib?
> I can see some packages are imported from pyglet in setup.py files.
>
> pyglet_packages=[
>         'pyglet',
>         'pyglet.app',
>         'pyglet.font',
>         'pyglet.gl',
>         'pyglet.graphics',
>         'pyglet.image',
>         'pyglet.image.codecs',
>         'pyglet.media',
>         'pyglet.media.drivers',
>         'pyglet.media.drivers.directsound',
>         'pyglet.media.drivers.openal',
>         'pyglet.text',
>         'pyglet.text.formats',
>         'pyglet.window',
>         'pyglet.window.carbon',
>         'pyglet.window.win32',
>         'pyglet.window.xlib',
> ]
> pyglet_packages = ["sympy.thirdparty.pyglet." + s for s in pyglet_packages]
>
> Are we not supposed to change these things?

Currently pyglet ships with sympy, to make plotting work out of the
box. I guess we had incompatibilities with newer versions, so we kept
our own.

When we have multiple backends, it makes sense to remove this indeed.

BTW, sympy.mpmath should have a plot backend to matplotlib.

Vinzent

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to