Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Non numerical data points
posted

Hi,

I'm looking for a chart to display non numerical data points. Something simple like months on the y axis, categories on the x axis, and simple points to represent them.

DataSet might look like, (Feb, Cat1), (Jan, Cat3).

I was hoping to use the scatter plot. However, the axis didn't like non numeric data.

Thank you for your suggestions in advance.

Parents
  • 12631
    posted

    Can you provide some more information about your scenario?  I am not sure I have ever seen a scenario where string data is useful on a scatter chart axis.

    Also, if we supported DateTime values on the Y axis would that satisfy your requirement?  That would let you create a line chart, or as Max suggested a Point chart that accepts DateTime values on the Y and string data (like categories) on the X axis.

    Devin

Reply Children