Re: [sage-devel] Re: Reducing the size of one of the plots placed in a graphicsarray

2022-08-31 Thread Gaurish Telang
Perfect! Thanks so much!

On Wed, 31 Aug, 2022, 1:07 am Eric Gourgoulhon, 
wrote:

> PS: see also
> https://doc.sagemath.org/html/en/reference/plotting/sage/plot/plot.html#sage.plot.plot.multi_graphics
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/07f742a2-141b-4888-a732-fb5786eb1ba1n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAC4%2BK-QX-a1RNOiYsTxotcj4U9aazNYc3iXAE8KmTgMPKcYdOQ%40mail.gmail.com.


[sage-devel] Re: Reducing the size of one of the plots placed in a graphicsarray

2022-08-30 Thread Eric Gourgoulhon
PS: see also 
https://doc.sagemath.org/html/en/reference/plotting/sage/plot/plot.html#sage.plot.plot.multi_graphics

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/07f742a2-141b-4888-a732-fb5786eb1ba1n%40googlegroups.com.


[sage-devel] Re: Reducing the size of one of the plots placed in a graphicsarray

2022-08-30 Thread Eric Gourgoulhon
Use multi_graphics instead of graphics_array:
ga = multi_graphics([(p, (0, 0, 0.7, 0.7)), (q, (0.65, 0.2, 0.3, 0.3))])
ga.show()
[image: mg.png]

See 
https://doc.sagemath.org/html/en/reference/plotting/sage/plot/multigraphics.html#sage.plot.multigraphics.MultiGraphics
for details.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/aba09407-6f8b-46c6-ac6b-2453bc944028n%40googlegroups.com.