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']) 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? 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 -~----------~----~----~----~------~----~------~--~---