| 1 | initial version |
Not playing with html, but glueing the plots in a single one, you can use GraphicsArray:
sage: from sage.plot.graphics import GraphicsArray
sage: GraphicsArray([plot(sin, 0, pi), plot(cos, 0, pi)])
Launched png viewer for Graphics Array of size 1 x 2
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.