I have a data file with the following format
<color> <point>
For example, the file looks like
AABBCC 10
0A0B0C 20
1A1B1C 30
...
So the X-axis is the row number and the Y-axis is the second column. There is a similar question here. However, it doesn't fit my need because I don't have three column format. Also, in my file, I have defined the colors, so there is no need to use palette (at least, this is what I think!).
As a result, I don't know how to modify the command.
UPDATE
Running the command as Christoph said, shows only block color. Here is the screen shot