On Sat, Dec 5, 2015 at 12:03 PM, Emmanuel Charpentier <[email protected]> wrote: > 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()).
I would rather answer a concrete and specific question. Please provide a concrete example you care about. William > > 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. -- William (http://wstein.org) -- 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.
