I am trying to plot a histogram over a score I am computing. I followed these guidelines to log a single histogram at the end of training:
The underlying data table is correctly uploaded to my run but the displayed histogram (figure left side) is clearly wrong as verified by both Excel (figure top right side) and matplotlib (figure bottom right side).
Any hints towards debugging this would be highly appreciated!