First time here? Check out the FAQ!
answered 7 years ago
Yes
sage: G = Graphics() # an graphic sage: G.save('my_file.pdf') # save in pdf format sage: G.save('my_file.svg') # save in svg format