I don't know if this can be done automatically but axes labels can be
set using the axes_labels method described on the page
http://www.sagemath.org/doc/html/ref/module-sage.plot.plot.html
(a little over 1/2 way down the page).
On Thu, Jun 5, 2008 at 7:05 PM, Kyle Schalm <[EMAIL PROTECTED]> wrote:
>
> thanks -- how do i get it to show the axis labels ("u" and "v")? and
> better yet, could we fix things to make it do this automatically?
>
> On May 30, 8:49 am, "David Joyner" <[EMAIL PROTECTED]> wrote:
>> sage: u,v = var("u,v")
>> sage: parametric_plot3d([u, v, 1-u-v], (u,-1, 1), (v,-1, 1))
>>
>> should work (I'm at work using an old version of SAGE, so am not sure).
>> Unfortunately, an implicit_plot3d function doesn't seem to be
>> implemented yet, AFAIK.
>>
>> On Fri, May 30, 2008 at 7:28 AM, kschalm <[EMAIL PROTECTED]> wrote:
>>
>> > how do i plot a plane, say ax+by+cz=0 ? do i have to parametrize or is
>> > there an implicit plot feature? (and, if you're feeling inclined, feel
>> > free to give me the complete sequences of commands in either case)
>>
>> > thanks,
>> > -kyle
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---