| 1 | initial version |
Confirmed. I'm sure this is continued fallout from the display hook changes. Interestingly, it does still show the graphic in the notebook! Note that
L = [plot(k*x,(x,-1,1),figsize=[5,3]) for k in [1..3]];G = graphics_array(L);G
and using .show() without keywords seems to work fine, so it is something about putting the keyword in with a graphics array.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.