Changes between Version 2 and Version 6 of Ticket #27865
- Timestamp:
- May 24, 2019, 1:10:08 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27865
-
Property
Status
changed from
new
toneeds_review
- Property Cc kcrisman chapoton dkrenn jdemeyer added
-
Property
Status
changed from
-
Ticket #27865 – Description
v2 v6 1 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 `GraphicsArray` is now endowed with a `matplotlib()` function (inheritated from `MultiGraphics`). This fixes the issues reported in #10466, #10657, #11160 and #12591 .3 `GraphicsArray` is now endowed with a `matplotlib()` function (inheritated from `MultiGraphics`). This fixes the issues reported in #10466, #10657, #11160 and #12591 (see :comment:3 and comment:5 below for a summary). 4 4 Moreover, this simplifies `sphinx_plot()` (defined in `src/doc/common/conf.py`), avoiding code duplication. 5 5