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