Hi,

The ticket #27866 <https://trac.sagemath.org/ticket/27866> adds a new 
feature in Sage graphical interface: adding one (or more) inset(s) to a 
given 2D graphical object (i.e. a Graphics or a GraphicsArray). Some 
examples are in the following previews:
- Graphics.inset() 
<https://sagemanifolds.obspm.fr/preview/graphics_inset/reference/plotting/sage/plot/graphics.html#sage.plot.graphics.Graphics.inset>
- GraphicsArray.inset() 
<https://sagemanifolds.obspm.fr/preview/graphics_inset/reference/plotting/sage/plot/multigraphics.html#sage.plot.multigraphics.MultiGraphics.inset>
More generally,  #27866 <https://trac.sagemath.org/ticket/27866> allows one 
to construct a single figure with various Graphics objects placed at 
arbitrary locations. Previously only graphics array were possible, i.e. 
locations determined by rows and columns of a fixed array.  This is 
achieved with the new function multi_graphics(), which complements 
graphics_array(); see the following previews:
- multi_graphics() 
<https://sagemanifolds.obspm.fr/preview/graphics_inset/reference/plotting/sage/plot/plot.html#sage.plot.plot.multi_graphics>
- MultiGraphics 
<https://sagemanifolds.obspm.fr/preview/graphics_inset/reference/plotting/sage/plot/multigraphics.html>

The inset functionality is based on the class MultiGraphics introduced in 
#27865 <https://trac.sagemath.org/ticket/27865>. This last ticket also 
fixes various bugs of GraphicsArray reported in previous tickets.

Please comment/review these two tickets. 

Best wishes,

Eric. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/91b56830-2b2e-4c85-acaa-60056325bb4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to