Visualize metrics, customize axes, and compare categorical data as bars.
A bar plot presents categorical data with rectangular bars which can be plotted vertically or horizontally. Bar plots show up by default with wandb.Run.log() when all logged values are of length one.
Customize with chart settings to limit max runs to show, group runs by any config and rename labels.