On 8/31/11 12:03 PM, Ray Collins wrote:
I need to know how to plot x=3 in sage.  Thank you for your assistance.


You could use parametric plot for this, where the parametric equations are:

x=3
y=t


for example:

var('t')
parametric_plot((3,t), (t,-10,10))

Thanks,

Jason

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to