Given the matrix
A=[[1,0,1],[0,0,1],[1,1,0]]
I would like that the 1 in A be in venetianred (#AE181E) and 0 in cadet blue (#5F9EA0) or in white.
![]() | 1 | initial version |
Given the matrix
A=[[1,0,1],[0,0,1],[1,1,0]]
I would like that the 1 in A be in venetianred (#AE181E) and 0 in cadet blue (#5F9EA0) or in white.
![]() | 2 | None |
Given the matrix
A=[[1,0,1],[0,0,1],[1,1,0]]
I would like that the 1 in A be in venetianred (#AE181E) and 0 in cadet blue (#5F9EA0) or in white.
![]() | 3 | None |
Given the matrix
A=[[1,0,1],[0,0,1],[1,1,0]]
I would like that the 1 in A be in venetianred (#AE181E) and 0 in cadet blue (#5F9EA0) or in white.
![]() | 4 | None |
Given the matrix
A=[[1,0,1],[0,0,1],[1,1,0]]
show(A)
I would like that the 1 in A be in venetianred (#AE181E) and 0 in cadet blue (#5F9EA0) or in white.
![]() | 5 | None |
Given the matrix
A=[[1,0,1],[0,0,1],[1,1,0]]
show(A)
I would like that the 1 in A be in venetianred (#AE181E) and 0 in cadet blue (#5F9EA0) or in white.not displayed