Re: [sage-devel] Output of Matrix.plot() depends on whether the Matrix is sparse of dense

2016-02-05 Thread Jeroen Demeyer
On 2016-02-05 15:43, Nathann Cohen wrote: sage: Matrix(whatever=58) [] I just created http://trac.sagemath.org/ticket/20015 for this -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving ema

[sage-devel] Output of Matrix.plot() depends on whether the Matrix is sparse of dense

2016-02-05 Thread Nathann Cohen
Hello everybody, I am writing here to share an inconsistency with the behaviour of Matrix.plot: When M is sparse: M.plot() shows which entries of M are nonzero. When M is dense: M.plot() shows M with colors representing the value of each cell. Let me add to that: sage: Matrix(whate