Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
aj_954
Contributor III
Contributor III

Scatter plot, How to distinguish a single point by expression

Hi,

 

I have a table filled with values, for simplicity, lets say:

Label Data X  Data Y         Indicator 

A          10              40                 T

B         30             110                T

C       200            201                 T

D        250            101                T

E       410            103                 F

 

I a creating a scatter plot  with these values. The scatterplot shows  the "Data X" and "Data Y" as measures and the "label" as a dimesion.

 

I am coloring the plot by "indicator" and it looks good. However, if the user wants to click a specific label out of the table and distingush it on the graph (in the actual data example, theres over 1000 labels and values, still only 2 indicators) how could I do that by expression.

 

Psuedo code: 

I.e, if(label = selected, pointColor = rgb(255,0,0)

0 Replies