| 1 | initial version |
To get your plot using the parametric_plot3d command that vdelecroix suggested, you could try:
u = var('u')
parametric_plot3d([2,u,u^2],(u,-2,2))
The result, running in a SageCellServer is shown:

Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.