On Apr 8, 5:10 pm, achrzesz <[email protected]> wrote: > This works for me: > p1=plot(x^2, (x, -pi, pi),label="f") > G=graphics_array(((p1,p1),(p1,p1))) > G.show(figsize=[8,8]) >
Of course, that's not quite the same thing as a legend. Looks decent, though. - kcrisman -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
