We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In graphics.py, a bit of refactoring could be done by creating a common parent for Graphics and GraphicsArray (maybe something like GraphicsBase).
Graphics
GraphicsArray
GraphicsBase
Various show methods should maybe get moved to the SageObject class, or perhaps in some category.
SageObject
Depends on #17821
CC: @novoselt @slel
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/18033
The text was updated successfully, but these errors were encountered:
Dependencies: #17821
Sorry, something went wrong.
If #27865 solved this, set the ticket's milestone to sage-duplicate/invalid/wontfix, so we can close.
Otherwise, it would be good to assess more precisely what is left to do here.
No branches or pull requests
In graphics.py, a bit of refactoring could be done
by creating a common parent for
Graphics
and
GraphicsArray
(maybe something likeGraphicsBase
).Various show methods should maybe get moved to the
SageObject
class, or perhaps in some category.Depends on #17821
CC: @novoselt @slel
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/18033
The text was updated successfully, but these errors were encountered: