Hi,
I have an array of 2D data of form {{X, Y, A}, ...}, which I want to plot using ListContourPlot. The dependent variable A is integer and can have values from 1 to 8. ListContourPlot is working fine with the default colors. Though, I want to fix the color corresponding to each A value in the range 1 - 8. When I try it using ColorFunction/Which, all colors are messed up with incorrect o/p graphic. Attached file has the data with illustrations as how ListContourPlot behaves with/without ColorFunction.
In the file, the given data should show three different colors, but on using ColorFunction, two colors are replaced by BLACK, which is not even given for any value of A in RGB terms.
Will appreciate any suggestion. Thanks
Attachments: