5 lines
137 B
Text
5 lines
137 B
Text
|
|
ListDensityPlot[
|
||
|
|
Table[Table[
|
||
|
|
FromDigits[BitXor[IntegerDigits[x, 2, 8], IntegerDigits[y, 2, 8]],
|
||
|
|
2], {x, 0, 255}], {y, 0, 255}]]
|