Forum Discussion
Add Measures on a scatter plot.
Hi all,
I created a scatter plot to visualize differents points. However I would like to add a new point on this scatter plot based on two measures I created. the first Measure called "X" represents its X coordinate of the new point, and the second measure "Y" represents the Y coordinate. These two measures change value depending on some filters, how could I add this new point on the scatter plot ?
Kind regards
2 Replies
- nvprasadSolution Sage
Hi Harry123,
Scatter plots’ primary uses are to observe and show relationships between two numeric variables. The dots in a scatter plot not only report the values of individual data points, but also patterns when the data are taken as a whole.
Single measure is a scaller value we can not use either X or Y axis to find the relationships in Scattor plot. However we can use measure in other inputs like Size.
Appreciate a Kudos!
If this helps and resolves the issue, please mark it as a Solution! Regards,
N V Durga Prasad- Harry123Frequent Visitor
Yes but I would like to add X and Y as another individual on the scatter plot.