wandb.Histogram not displaying information unless I hover

I was using wandb.Histogram and it worked wonderfully, but now, this is what I see:

If I hover over it, then it display the correct histogram, but the 2D version just shows one single color. This suddenly happened. I didn’t change my code. I also tried resetting settings to default as suggested Histograms displaying wrongly in run panel there, but that did not help.

Would appreciate any help.

Have the same issue today when I use wandb.watch() to log histograms of model parameters. Is it a recent server-side bug?

1 Like

I am also seeing this with no change in my logging code (previously was displaying histograms correctly).

I also see this - I would really love to be able to see the big version of the little hover-over chart, and have it show the actual values along with axis numbers etc.