There is probably a better way,
but you could save the plot in a png file
sage: P = plot(sin, (0,10)); P.save( 'foo.png' )
and insert it in your table with
html( '<img src="foo.png">')
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---