Plot2d() gracefully handles plotting a fnction undefined (in real terms) on part of the plotting domain. For example : plot(sqrt(x^2-1),(x,-3/2,3.2)) displays two half-axes of hyperbole, and waons that some points have been lost.
plot3d() seems to lack this facility : an undefined point causes the loss of al the plot. How would you handle this case ? I want to plot a function defined only for some part of the plotting domain. I do not have an analytic definition for the bounds of this domain (it is defined by an equation with no closed form solution, but easily approximated by find_root()). Sincerely yours, -- Emmanuel Charpentier -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
