Bar plots ↗
noSummary: Visualize metrics, customize axes, and compare categorical data as bars.
Original Documentation
Documentation Index#
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt Use this file to discover all available pages before exploring further.
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.

Customize bar plots#
You can also create Box or Violin Plots to combine many summary statistics into one chart type**.**
- Group runs via runs table.
- Click ‘Add panel’ in the workspace.
- Add a standard ‘Bar Chart’ and select the metric to plot.
- Under the ‘Grouping’ tab, pick ‘box plot’ or ‘Violin’, etc. to plot either of these styles.

Link last verified
June 7, 2026.
View original ↗
Source: Weights & Biases Docs
Link last verified: 2026-03-04