For some reason, not all the arguments for graphics objects are transferred to graphics_array. For example:
graphics_array([matrix_plot([[0,1,2]], frame=False, axes=False), matrix_plot([[0,1,2]], frame=False, axes=False)])
Is this a bug, and is there a way around this?