Hi all!
How to use both html and graphics?
for example insert plot(sin,0,4) in html-tabe?
i am trying:
html('<table border=1><tr><td>sin(x):')
html(myimage)
html('</td></tr></table>')
but it gives table with text "sin: Graphics object consisting of 1
graphics primitive".. i'd like to see image, not text.
Thank you.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---