How do I display the full output that includes graphics?
Background
I am working in the notebook GUI.
I have code that produces graphics (.png
files) to display arrays with colors satisfying certain combinatorial criteria. When the output gets too long, Sage
returns the message
WARNING: Output truncated!
full_output.txt
The .txt
file contains some html
code, but doesn't display in a web browser.
Question
How do I see my graphical arrays?
It would be very helpful to have a minimal case that produces this. You can get it by having a loop like "for i in range(100000): print factorial(i)" but I haven't seen it in this context.
This seems to be related: http://osdir.com/ml/sage-support/2009-10/msg01882.html
By the way, wrapping the .txt file in standard HTML headers and <body> etc. then renaming that to html *might* work... just a random chance.