On Mar 10, 10:44 am, "ma...@mendelu.cz" <ma...@mendelu.cz> wrote:
> Hello all
>
> Maxima is much better when drawing 2D plots of functions with jump
> discontinuity.
> Sage makes a vertical lines at disontinuities, compare
>
> A=plot(1/(x^2-1),(x,-3,3))
> show(A,ymax=10,ymin=-10)
>
> in sage and
>
> plot2d(1/(x^2-1),[x,-3,3],[y,-10,10])

Yes, this has aggravated me for quite some time, but I haven't been
able to figure out how to get it to not do this, since Sage doesn't
analyze the algebraic structure of things it plots, nor (probably?)
should it.  See http://trac.sagemath.org/sage_trac/ticket/3985


> %maxima
> plot2d(1/(x^2-1),[x,-3,3],[y,-10,10])

Try maxima.plot2d and maxima.plot2d? ; I can't get that to work either
but that may be something broken in my installation of Maxima, which
has been acting up since I upgraded.  Otherwise ask back and someone
will help you.

- kcrisman
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to