<div id="comment:0"></div> See [this discussion](https://groups.google.com/forum/#!topic/sage-support/3NOFO6Gtk8c) about plotting and using qgamma. ``` sage: var('q,x') sage: from mpmath import qgamma sage: plot3d(lambda q,x: qgamma(q,x), (q, 0.5, 3), (x, 2, 10)) ``` Component: **symbolics** Branch/Commit: **[u/zonova/make_access_to_qgamma_and_friends_easier](https://github.com/sagemath/sagetrac-mirror/tree/u/zonova/make_access_to_qgamma_and_friends_easier) @ [`360823b`](https://github.com/sagemath/sagetrac-mirror/commit/360823bbe1e5178ad2743bd22e1d6ebeb1164551)** _Issue created by migration from https://trac.sagemath.org/ticket/19032_