On May 13, 2:31 pm, tkeller <[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm trying to add some simple labels to plots, but axes_label appears
> to not be working in sage-3.0.1.  Ticket # 1508 
> (http://trac.sagemath.org/sage_trac/ticket/1508) reports this as
> fixed, but typing the example given in the ticket info:
>
> s=plot(x^2,(x,0,1))
> s.show(axes_label=['x-axis','y-axis'])

Try axes_labels  (with an s).


> yields
> Traceback (click to the left for traceback)
> ...
> TypeError: show() got an unexpected keyword argument 'axes_label'
>
> axes_label is not listed as an option in show or plot docstrings, has
> this functionality been removed?

If I do 's.show(' and hit TAB (in the notebook), axes_labels is listed
on the definition line, but not among the optional inputs.  This
should probably be fixed.

>
> Regards,
> Thomas
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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