[sage-support] 2D translate , rotate

2011-08-13 Thread Giri Narayanan
Hello, Are 2D translation and rotation (about axes) of Graphics objects supported. I found this reference: http://markmail.org/message/y6ineljtmzywbals#query:+page:1+mid:jordm5eitb23jrkc+state:results But can't find concrete examples. Thanks. -giri -- To post to this group, send email to sage-sup

[sage-support] polygon fill attribute

2011-08-10 Thread Giri Narayanan
Hello, -- P = polygon([[1,2], [5,6], [5,0]], fill = False, color='red') P -- still fills the polygon, is there another way to turn