I am just running the sample code for generating histogram as shown in Histograms, and I see the bin count values are floating point. I can not understand it as it should be integer. What is wrong here?
Asked
Active
Viewed 263 times
1 Answers
1
I just tried it out, it displays exactly as shown in the guide...
Maybe you got confused because of the minimized display:
It becomes clearer when you use the full display:
If so, 3,000 stands for 3000. It's not a floating point. ;)

Florian Fasmeyer
- 795
- 5
- 18
-
Sorry, my bad! Thank you. – Shahriar49 Aug 11 '20 at 22:59
-
You are welcome! Depending on which country you come from, it can be misleading at first. Btw: Don't forget to set the Answer (Checkmark below the voting element). – Florian Fasmeyer Aug 12 '20 at 17:54