I forgot to mention that in polar coordinates, it would be something
like line([(0.9,theta), (1.1, theta)]) which is more convenient.
Alexandre Blondin Massé

On 27 sep, 18:02, ablondin <alexandre.blondin.ma...@gmail.com> wrote:
> Hello everybody,
> I think I'm not looking correctly, but is there any way to use the
> circle, line, polygon functions to draw 2d graphics using polar
> coordinates ? I would like to draw things on the unit circle and if it
> possible, to avoid writing line([(0.9*cos(theta), 0.9*sin(theta),
> (1.1*cos(theta), 1.1*sin(theta)]) to draw a small segment on the
> circle at angle theta.
> Thanks for you help !
> Alexandre Blondin Massé
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to