Trying in the cloud  :

1) Code given  http://trac.sagemath.org/ticket/19032

var('q,x')
from mpmath import qgamma
plot3d(lambda q,x: qgamma(q,x), (q, 0.5, 3), (x, 2, 10))

=> working fine, using  plot3d 

2) Your code given previously

var('q,x')
from mpmath import qgamma
plot3d(lambda x: qgamma(.5,x), (x, 0, .99))

=> SAGE error : 

TypeError: plot3d() takes at least 3 arguments (2 given)

3) What code did you try ?

Dominique





-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to