#5651: [with patch, positive review] make it so plot(...) passes extra options
to
show (maybe only those that makes sense)
---------------------------+------------------------------------------------
Reporter: was | Owner: wcauchois
Type: defect | Status: closed
Priority: major | Milestone: sage-4.1.1
Component: graphics | Resolution: fixed
Keywords: | Reviewer: William Stein, Jason Grout,
Author: Bill Cauchois | Merged: sage-4.1.1.alpha0
---------------------------+------------------------------------------------
Changes (by newvalueoldvalue):
* status: new => closed
* resolution: => fixed
* merged: => sage-4.1.1.alpha0
* author: => Bill Cauchois
Comment:
Merged {{{trac5651-rebase.patch}}}. That rebased patch contains doctrings
that doesn't conform with conventions for formatting docstrings. In
particular, in {{{sage/plot/bar_chart.py}}}:
{{{
131 Extra options will get passed on to show(), as long as they
are valid:
}}}
In {{{sage/plot/bezier_path.py}}}:
{{{
171 Extra options will get passed on to show(), as long as they
are valid:
}}}
In {{{sage/plot/matrix_plot.py}}}:
{{{
58 Extra options will get passed on to show(), as long as they
are valid:
62 Extra options will get passed on to show(), as long as they
are valid:
}}}
In {{{sage/plot/polygon.py}}}:
{{{
255 Extra options will get passed on to show(), as long as they
are valid:
}}}
These issues should be addressed in another enhancement ticket.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5651#comment:16>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---