Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The way I've been working around the bug is to send the arguments to the graphics_array.show() or .save() method:

graphics_array([matrix_plot([[0,1,2]]), matrix_plot([[0,1,2]])]).show(frame=False, axes=False)
graphics_array([matrix_plot([[0,1,2]]), matrix_plot([[0,1,2]])]).save(frame=False, axes=False)