| I know you can in matplotlib, but I can't find out how to do it with sage. I can make a graph with a title in matplotlib, but I'm not sure how to get it to display in a notebook. EDIT: of course I found the answer right after posting this. pyplot.savefig displays the image. |
Asked: Jun 01 '12
Seen: 89 times
Last updated: Jun 01 '12
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.
But can you do it without using pyplot directly? Ideally, we'd want to wrap this functionality; it looks like right now we only do legend titles.
kcrisman (Jun 01 '12)