Forum Discussion
Scatter Plot or Line Plot with correctly spaced X values
- 7 years ago
Hi Hansinator255 ,
What is your desired result?
You could modify the X distance and Y distance for your visual in the setting:
Regards,
Daniel He
- 7 years ago
OK, I think I figured it out. While my data is numerical, it was not being statically typed as such, and I had to add a Change Type step to my query to change the X and Y columns to Decimal Number. When I did this, the X and Y axes appeared correctly scaled and I could modify the axis scales for both.
Hi Hansinator255 ,
What is your desired result?
You could modify the X distance and Y distance for your visual in the setting:
Regards,
Daniel He
v-danhe-msftThat does look like what I want, and I do get those options for the Y axis on my data. I do not, however, get those options on my X axis and instead get options for displaying categories, even though both my x and y values are numeric.
Note also that an R scatterplot displays this data correctly. I've edited the question post to reflect this.
- v-danhe-msft7 years ago
Microsoft Employee
Hi Hansinator255 ,
It do could set with the X-axis on my side:
My data(all number):
I suggest you test again or you could download my pbix file to have a view.
Regards,
Daniel He
- Hansinator2557 years agoRegular Visitor
OK, I think I figured it out. While my data is numerical, it was not being statically typed as such, and I had to add a Change Type step to my query to change the X and Y columns to Decimal Number. When I did this, the X and Y axes appeared correctly scaled and I could modify the axis scales for both.