I have a column with the following data:
Size: 100x7
val =
USA
USA
France
USA
France
I want to show the data on pie chart. to do this, I need to know how much USA occur in this column, and so on.
I read about the functions unique,accumarray but I dont success
I would like to get some suggestions how to do that.
Thanks.
You can use
unique
withhistc
-You can then display the number of occurrences against the country names as a table -
Display output as a pie chart -