> 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 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
URL: http://www.sagemath.org

Reply via email to