Hi group! I'm trying to plot a dirac_delta function, with the command
sage: var('x') sage: plot(dirac_delta(x), (x,-1,1), detect_poles=False) and I get just a line through the x axis. Can this function be plotted with the singularity? because I'd like to plot a more complex function and detect the singular behaviour by looking at it! Thx.!!! Dox -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org