#5651: 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-3.4.1
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
This works now:
{{{
plot(sin(x^2),(x,-3,3)).show(figsize=[8,2])
}}}
This would be nice:
{{{
plot(sin(x^2),(x,-3,3),figsize=[2,8])
}}}
The analogue of the above works systematically everywhere for 3d plotting.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5651>
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
-~----------~----~----~----~------~----~------~--~---