Coloring scatter plot
Hi,
Is it possible to make use of color agent in a scatter plot?
I, for instance, want the dots to be green if the values in both X and Y axis are above 50%, and red if otherwise.
\Yakup Kilic
0
Hi,
Is it possible to make use of color agent in a scatter plot?
I, for instance, want the dots to be green if the values in both X and Y axis are above 50%, and red if otherwise.
\Yakup Kilic
Comments
Hi Yakup,
I have one idea for this but there are multiple steps.
1. Create a calculation where you define if the measures are both over 50% (in my example 40%):
-->
2. Create two color agents for green and red color:
3. Make helper-calulcation invisible:
Result could look like this:
By the way: You dont need the helper-calculation, you could just add the formula in your condition of the color agent.
Please sign in to leave a comment.