Ask Your Question

Revision history [back]

click to hide/show revision 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.