How can I color dots in a xy scatterplot according to column value?

后端 未结 6 942
萌比男神i
萌比男神i 2020-12-23 13:35

Consider the following worksheet:

     A       B        C        D
1 COMPANY  XVALUE   YVALUE   GROUP
2 Apple     45       35       red
3 Xerox     45                


        
6条回答
  •  悲哀的现实
    2020-12-23 13:41

    If you code your x axis text categories, list them in a single column, then in adjacent columns list plot points for respective variables against relevant text category code and just leave blank cells against non-relevant text category code, you can scatter plot and get the displayed result. Any questions let me know.

提交回复
热议问题