still new to sage noticed that most plots had that listed to show the intervals between the range. Thanks for the info.
On Oct 27, 6:39 pm, leif <[email protected]> wrote: > On 28 Okt., 01:51, Eric Kangas <[email protected]> wrote: > > > plot([derivative((f(x), a) for a in [0,1,..3]], (x,0,2*pi), color = ()) > > Just curious: > > Any reason to use [0,1,..3] instead of just [0..3] or even the pure > Python syntax: range(4) ? > > -leif -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
