1

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?

Shahriar49
  • 621
  • 1
  • 5
  • 18

1 Answers1

1

I just tried it out, it displays exactly as shown in the guide...

Maybe you got confused because of the minimized display:enter image description here

It becomes clearer when you use the full display:enter image description here

If so, 3,000 stands for 3000. It's not a floating point. ;)

Florian Fasmeyer
  • 795
  • 5
  • 18