| 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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.