You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotting uses RDF a lot. Via #32677, #32701 we make it possible to use RDF without having to depend on GSL (non-pip-installable) and cypari2.
Via #32665, we remove dependencies on sage.symbolic. Other such dependencies such as
from sage.symbolic.ring import SR
# make sure both formatters typeset or both don't
if not isinstance(tick_formatter, (list, tuple)):
if tick_formatter == "latex" or tick_formatter in SR:
This would package all of
sage.plot
.Plotting uses
RDF
a lot. Via #32677, #32701 we make it possible to useRDF
without having to depend on GSL (non-pip-installable) and cypari2.Via #32665, we remove dependencies on
sage.symbolic
. Other such dependencies such ascan also be easily rewritten.
Depends on #32677
Depends on #32701
Depends on #32665
CC: @kliem
Component: refactoring
Issue created by migration from https://trac.sagemath.org/ticket/32702
The text was updated successfully, but these errors were encountered: