Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there any way to title a plot? Or can you display matplotlib graphs in sage?

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.

Is there any way to title a plot? Or can you display matplotlib graphs in sage?

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.