On 01/21/2013 08:01 AM, Robert Jacobson wrote:
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)
Look at this ticket: http://trac.sagemath.org/13368
Give xmin, xmax as an argument to show instead:
parametric_plot(...).show(xmin=-2, xmax=2)
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
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.
Visit this group at http://groups.google.com/group/sage-support?hl=en.