#10514: legend_label doesn't work when plotting multiple functions at the same
time
----------------------------------+-----------------------------------------
Reporter: jason | Owner: jason, was
Type: defect | Status: positive_review
Priority: minor | Milestone: sage-5.1
Component: graphics | Resolution:
Keywords: so40.5 | Work issues:
Report Upstream: N/A | Reviewers: Karl-Dieter Crisman
Authors: Douglas McNeil | Merged in:
Dependencies: #12960 | Stopgaps:
----------------------------------+-----------------------------------------
Changes (by kcrisman):
* status: needs_review => positive_review
* reviewer: => Karl-Dieter Crisman
Old description:
> This gives a legend:
>
> {{{
> plot(x,legend_label='test')+plot(x^2,legend_label='test')
> }}}
>
> but this doesn't:
>
> {{{
> plot([x,x^2], legend_label='test')
> }}}
New description:
This gives a legend:
{{{
plot(x,legend_label='test')+plot(x^2,legend_label='test')
}}}
but this doesn't:
{{{
plot([x,x^2], legend_label='test')
}}}
----
Apply [attachment:trac_10514_multiple_function_legend.patch] and
[attachment:trac_10514-reviewer.patch].
--
Comment:
Patchbot: Apply [attachment:trac_10514_multiple_function_legend.patch] and
[attachment:trac_10514-reviewer.patch].
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10514#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.