Forum Discussion
shreyyyyy
10 years agoFrequent Visitor
Scatter Plot - How to plot text values on x axis
Hi, When I am trying to plot a scatter plot with one variable as whole number(y axis) and other as text(x axis), it is taking the COUNT of it on x axis. Instead, i want it to segregate the text v...
Greg_Deckler
10 years agoCommunity Champion
Scatter plot does not take a text value in either the x or y axis so it is taking COUNT in order to make your field numeric. The play axis does take a text value but probably not going to give you the visualization you were looking for. You probably need to change to a different visualization or look at a custom visualization.
- norahfox10 years agoAdvocate III
The SandDance custom visual will allow you to use text values in your axes.