Forum Discussion
JKelliher
May 27, 2021Copper Contributor
How do I get individual points to be specific colours on scatter graphs?
Essentially I would love to know how to achieve a scatter graph like this with conditions for the colour of points depending on the number. E.G 45 - 65 is Light Green etc Thanks for any help
- May 27, 2021
One way to do this is to create a separate series for each range of values.
So in your example. all values in the range 45-65 should be in a column of their own (or row, depending on your data layout)
HansVogelaar
May 27, 2021MVP
One way to do this is to create a separate series for each range of values.
So in your example. all values in the range 45-65 should be in a column of their own (or row, depending on your data layout)