Changes between Initial Version and Version 2 of Ticket #27865
- Timestamp:
- May 24, 2019, 12:14:48 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27865
-
Property
Commit
changed from
to
3a5ef55af4d104c840107f46abbcba90fa401a18
-
Property
Branch
changed from
to
public/graphics/multi_graphics
-
Property
Authors
changed from
to
Eric Gourgoulhon
-
Property
Commit
changed from
-
Ticket #27865 – Description
initial v2 1 This ticket makes `GraphicsArray` derive from a new class, `MultiGraphics`, which is more generic (arbitrary positions of graphics objects on a canvas) and paves the way towards graphics insets in # ...1 This ticket makes `GraphicsArray` derive from a new class, `MultiGraphics`, which is more generic (arbitrary positions of graphics objects on a canvas) and paves the way towards graphics insets in #27866. 2 2 3 3 `GraphicsArray` is now endowed with a `matplotlib()` function (inheritated from `MultiGraphics`). This fixes the issues reported in #10466, #10657, #11160 and #12591. … … 34 34 This fix explains the change of doctest outputs in `src/sage/categories/finite_posets.py` and `src/sage/repl/rich_output/pretty_print.py` 35 35 36 A preview (including the functionalities introduced in # ...) is available [https://sagemanifolds.obspm.fr/preview/graphics_inset/reference/plotting/sage/plot/multigraphics.html here].36 A preview (including the functionalities introduced in #27866) is available [https://sagemanifolds.obspm.fr/preview/graphics_inset/reference/plotting/sage/plot/multigraphics.html here].