Setting xmin/xmax for parametric_plot doesn't seem to do anything, but
ymin/ymax work as expected. What am I doing wrong?
t = var('t')
parametric_plot( (cos(t), sin(t)), (t, 0, 2*pi), xmin=-2, xmax=2, ymin=-2,
ymax=2)
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.