Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release0.7.3 Plotting Geometry

New issue 3879 by [email protected]: Ellipse uses pyglet plotting
http://code.google.com/p/sympy/issues/detail?id=3879

________________________________________________________________________________
_________________ sympy.geometry.ellipse.Ellipse.tangent_lines _________________ File "sympy/geometry/ellipse.py", line 636, in sympy.geometry.ellipse.Ellipse.tangent_lines
Failed example:
    p = Plot()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1289, in __run
        compileflags, 1) in test.globs
File "<doctest sympy.geometry.ellipse.Ellipse.tangent_lines[6]>", line 1, in <module>
        p = Plot()
      File "sympy/plotting/proxy_pyglet.py", line 32, in Plot
        issue=2845, deprecated_since_version="0.7.2"
      File "sympy/utilities/exceptions.py", line 149, in warn
        warning(see_above, SymPyDeprecationWarning)
    SymPyDeprecationWarning:

    Plot as an interface to Pyglet has been deprecated since SymPy 0.7.2.
    See http://code.google.com/p/sympy/issues/detail?id=2845 for more
    info.  This interface will change in future versions of SymPy.  As a
    precatuion use the plot() function (lowercase), or use
    sympy.plotting.pygletplot.PygletPlot to continue using Pyglet.  See
    the docstring of this function for details.

This is showing up in the tests (but only if Pyglet is installed).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to