Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scatter plot exercise 1 do not display all the values

hi everyone,

I am trying to make the first exercise of the advanced analytics interation.

When  I try to compute the scatter plot with the Iris dataset as indicated in the exercise (dimension (observation), measure (AVG(petal length)), measure (AVG(petal width))), i get only 2 points on my scatter plot instead of the full 150 points. Please check the attached immage.

Did anyone had the same issue? Could please help me to solve it?

Regards

Ngantcheu

Labels (1)
3 Replies
antonaks
Creator II
Creator II

Hi,

can you upload the dataset?

antonaks
Creator II
Creator II

You need to add a row ID (or name) in the dimension.

As I have on the picture.



thomas_doucet
Partner - Contributor II
Partner - Contributor II

Hi,

I had the same issue and solved it by changing the thousand and decimal seperator in the script to:

SET ThousandSep=',';

SET DecimalSep='.';

Regards