Problem with matrix_plot ? [closed]
Hello,
I am using Linux Mint (latest version) with Sage Math 6.7 64bits . All 3D and 2D graphics are working perfectly but matrix_plot. When I use the example (of help):
matrix_plot(matrix([[1,3,5,1],[2,4,5,6],[1,3,5,7]]))
I got only a vertical axis from 2 to -2 . It happens in Firefox and Chrome.
Can someone help me, please? Thank you in advance.
How did you install Sage ?
*.lrz: lrzuntar *.tar.lrz (you may need to install 'lrzip')
Following the instructions of the official page. As I said, everything is working fine and plotting correctly... With the exception of matrix_plot()
http://files.sagemath.org/linux/64bit...
This is a known issue that will be fixed in Sage 6.8. It is also already fixed in Sage Math Cloud.
Hi @kcrisman , I saw the ticked #18463 and #18612 and tried the matrix_plot with the option aspect_ratio='automatic' and it worked fine in version 4.7
matrix_plot([[mod(i,5)^j for i in range(5)] for j in range(1,6)],aspect_ratio='automatic', cmap='Oranges')
How to know when Sage 6.8 will be released?