great! this did indeed work.
Thank you,
-gerhard
--------------------------------------------------------------
import os
filename = os.tempnam('./','aaa') + '.png'
r.png(file='"%s"'%filename)

a=r([1.e-35,2.e-35,3.e-35,6.e-35,7.e-35,8.1e-35]);b=r([4,5,6,12,3,6])
r.plot( a, b, col=2, xlab='"%s"'%'x',  ylab='"%s"'%'y' )
r.lines(a,b,col=5)
r.dev_off()

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to