Page 2 of 2

Re: Editing plots...

Posted: Tue Sep 12, 2023 1:16 pm
by ezra.or
Hi
Is there a way to get the x-axis default in the scatter plot to accept non-numeric data?

Re: Editing plots...

Posted: Tue Sep 12, 2023 3:28 pm
by reason180
Hi. The X axis has to be numerical. If you want to have categorical data in your scatter plot I think you could take your X variable and create a new, numeric variable (X2) in each category in X is represented by a perhaps-arbitrary number in X2. Then produce a scatter plot relating X2 to Y.

Re: Editing plots...

Posted: Wed Sep 13, 2023 3:11 am
by reason180
reason180 wrote: Tue Sep 12, 2023 3:28 pm Hi. The X axis has to be numerical. If you want to have categorical data in your scatter plot I think you could take your X variable and create a new, numeric variable (X2) such that each category in X is represented by a perhaps-arbitrary number in X2. Then produce a scatter plot relating X2 to Y.