Hi, I am trying to create an array of ascending order matrices, and I would like to find a way to label each of them?
code: ---------- ... ... ... m = [matrix(QQ, sqrt(a[i]),pri[i][0:len(pri[i])]) for i in range(len(pri))] mp = graphics_array([matrix_plot(m[i]) for i in range(len(m))], sqrt(b[i]) ,sqrt(b[i])) show(mp, frame = False, axes = False, dpi = 4*f^2) I have tried to add a label but nothing shows up even when I have both frame = true, and axes = true in the show function. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support?hl=en.