Open vbraun opened 9 years ago
Dependencies: #17821
Description changed:
---
+++
@@ -1,2 +1,4 @@
In graphics.py, a bit of refactoring could be done by creating a common parent for Graphics and GraphicsArray (maybe something like GraphicsBase)
+Various show methods should maybe get moved to the SageObject class, or perhaps in some category.
+
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.
Description changed:
---
+++
@@ -1,4 +1,7 @@
-In graphics.py, a bit of refactoring could be done by creating a common parent for Graphics and GraphicsArray (maybe something like GraphicsBase)
+In graphics.py, a bit of refactoring could be done
+by creating a common parent for `Graphics`
+and `GraphicsArray` (maybe something like `GraphicsBase`).
-Various show methods should maybe get moved to the SageObject class, or perhaps in some category.
+Various show methods should maybe get moved to the
+`SageObject` class, or perhaps in some category.
In graphics.py, a bit of refactoring could be done by creating a common parent for
Graphics
andGraphicsArray
(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