Problem with matrix_plot ? [closed]

asked 9 years ago

anonymous user

Anonymous

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.

Preview: (hide)

Closed for the following reason duplicate question by LRM
close date 2015-06-29 23:12:26.295538

Comments

How did you install Sage ?

tmonteil gravatar imagetmonteil ( 9 years ago )

*.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()

LRM gravatar imageLRM ( 9 years ago )
1

This is a known issue that will be fixed in Sage 6.8. It is also already fixed in Sage Math Cloud.

kcrisman gravatar imagekcrisman ( 9 years ago )

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?

LRM gravatar imageLRM ( 9 years ago )