I have two issues:
1 - On 2D plots, I have been unable to use the legend() attribute and
the set_legend_options() attribute.
The commands
g = plot(x)
g.legend()
give me the error "AttributeError: 'Graphics' object has no attribute
'legend'"
Also, I have been unable to label the legend when creating the plot as
is shown in the sage documentation. The command
P = plot(sin, legend_label='sin')
gives me the error "RuntimeError: Error in line(): option
'legend_label' not valid."
2 - On 3D plots, is there a way to create a legend or title? Is there
a way to add labels to the axes, or change the color of the axes?
Any suggestions are welcome. Thanks!
--
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