I have a three column data; I want to plot a scatterplot with the first two columns and colormap the data along the third axis. How can this be done using any of the plotting modules available with python ?
Asked
Active
Viewed 41 times
0
-
You mean a [contour plot like this one](https://stackoverflow.com/a/9008576/8881141)? – Mr. T Feb 12 '18 at 09:55
-
Not exactly what I was looking for but this will be very helpful. I can play with this one. Thanks a lot ! – Abhijit Ghosh Feb 13 '18 at 10:31
-
1I added some keywords to attract the right people. Maybe you want to add more details, how your desired graph differs from a heatmap or a contour plot. – Mr. T Feb 13 '18 at 10:36