#5836: Make show() immediately show an image in the notebook
-------------------------+--------------------------------------------------
Reporter: jason | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.4.2
Component: graphics | Keywords:
-------------------------+--------------------------------------------------
The patch makes the cell containing:
{{{
show(plot(x^2, (x, -2,2)))
print "hi"
}}}
display the plot before printing "hi". This makes it much easier to
construct nice-looking output.
William should get author credit on this one as well as me, since he
showed how it could be done in a demo.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5836>
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
-~----------~----~----~----~------~----~------~--~---