Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Notebook text and figure layout control

I have created 2 text strings in a sage notebook and 2 figures with Matplotlib. I in the following top to bottom order: show(B_txt); Bw_fig.canvas.print_figure('bw_plot.png'); show(U_txt); BwU_fig.canvas.print_figure('bwu_plot.png')

The displayed order top to bottom is B_txt, U_Txt; figure; figure. How can I get Sage to display these is in the correct order?