#10512: wrap matplotlib's title functionality
-------------------------------+--------------------------------------------
Reporter: jason | Owner: jason
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.3
Component: graphics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jason Grout | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by slabbe):
I added a patch which adds a doctest about the fact that
{{{
plot(sin(x^2), (x, -3, 3), title='Plot of sin(x^2)',
axes_labels=['x','y'],frame=True)
}}}
should be ok (no overlap between title and axes labels). I know the
doctest system won't see in the future if it is not the case, but at least
the documentation will recall it.
Also added some {{{x^2}}} in title instead of {{{x}}}.
My patch needs review.
I tested ppurka patch. All tests passed on {{{sage/combinat/graphics.py
and plot.py}}}. Documentation builds fine. I give a positive review to his
patch.
BTW I am wondering why ppurka started from scratch instead of applying a
patch over jason's one? Jason work will not appear in the log...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10512#comment:7>
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.