A temp workaround is matrix_plot(matrix([[1,2,3,4],[4,3,2,1]]), aspect_ratio='automatic')
On Wednesday, May 20, 2015 at 11:54:57 PM UTC+2, David Einstein wrote: > > In 6.6 if I did > sage: matrix_plot(matrix([[1,2,3,4],[4,3,2,1]])) > > I'd get a boring image (a bunch of squares) > > In 6.7 I just get an axis. > > This happens on my Mac OSX 10.10.3 and My linux machine (some recent > Fedora). Both sages are built from source. > > There do not seem to be any open trac tickets for this, but I may be doing > something wrong. Am I? > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
