Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You could use graphics_array to achieve this. If say, p1 and p2 are the plots you want to display, then the following command can achieve what you want.

sage: graphics_array((p1,p2))

Here is a link to the manual for more details.