Hello all,

> It would be nice if the plotting functions could be fixed. None of
> these techniques works (easily) from the user level.

I just put a patch up at #3952 which fixes many of these issues.  Now
you can do things like

sage: plot(2, -2, 2) #horizontal line at y=2

sage: parametric_plot((1, x), -2, 2) #vertical line

sage: parametric_plot((x^2, x), -2, 2) #parabola on its side

Hopefully these will get into 3.1.2.

--Mike

--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to