Problem with matrix_plot ? [closed]

asked 2015-06-24 17:20:57 +0200

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.

edit retag flag offensive reopen merge delete

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 ( 2015-06-24 17:28:43 +0200 )edit

*.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 ( 2015-06-24 19:16:20 +0200 )edit
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 ( 2015-06-24 23:05:35 +0200 )edit

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 ( 2015-06-29 23:12:18 +0200 )edit