Forum Discussion
Anonymous
6 years agoNot applicable
Build Heat Map using x and y coordinates
Hello All, How can we plot or use x and y coordinates instead of longitude and latitude in the heat map? Even a formula to convert x and y into longitude and latitude. Please let me know if t...
lbendlin
6 years agoSuper User
For small cardinalty of x and y:
- Use a matrix visual
- put your x data in the columns
- put your y data in the rows
- put your measure into the values
- now use conditional formatting based on the measure. Use the same condition for font color and background color.
Or use a scatter plot visual.
Anonymous
6 years agoNot applicable
That won't help.
I am looking forward to plotting my coordinates on the Heat Map, not onto the scatter plot visual.
Thanks for responding.