#4535: refactoring in plot/*
----------------------+-----------------------------------------------------
Reporter: mhansen | Owner: mhansen
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.2.1
Component: graphics | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by jason):
If we are moving to be more based on matplotlib, it would be nice if we
could draw stuff in matplotlib and easily convert the result to a sage
Graphics object, so we could then add it to other sage graphics objects,
etc.
In other words, it would be great if this worked:
sage: a=pylab.plot([1,2,3], [1,2,3], 'go-', label='line 1', linewidth=2)
sage: Graphics(a)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4535#comment:4>
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
-~----------~----~----~----~------~----~------~--~---