On Tuesday, June 9, 2015 at 3:11:08 AM UTC+2, kcrisman wrote: > > Volker (or someone else) what is going on here with the display hook - >
parametric_plot does note perform adequate input checking, leading to the construction of a graphics3d object with bogous state. > shouldn't *some* graphic, even an empty one, show up here, even if my > made-up input makes no sense? > I don't think so, the normal Python way is to show you a backtrace so you can fix your mistake and not make up random default return values. The problem here is of course that the color function fc must be a function of two arguments instead of one. I can reproduce the crash, presumably you opened a bug for that? -- 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.
