> It seems unreasonably annoying to plot a bunch of Bessel functions > together. How can I work around this? > > Dan
sage: pl=sum([plot(lambda x:bessel_J(x,n),(x,0,1)) for n in [1,2]]) sage: pl.show() Andrzej Chrzeszczyk -- 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
