#5651: [with patch, needs work] make it so plot(...) passes extra options to
show
(maybe only those that makes sense)
----------------------+-----------------------------------------------------
Reporter: was | Owner: wcauchois
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
Comment(by was):
This is really awesome. However, things like this should work too:
{{{
sage: line([(0,1), (3,4)],figsize=[10,2])
Traceback (most recent call last):
...
RuntimeError: Error in line(): option 'figsize' not valid.
}}}
Also, this should have gridlines:
{{{
plot(sin(x^2),(x,-3,3),gridlines=True) + plot(cos(x^2),(x,-3,3))
}}}
Clarify the comment
{{{
# If you add parameters to show(), you should update the code below.
}}}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5651#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---