Glossary

`go.Bar`

bar charts. Key parameters: `x`, `y`, `name`, `orientation` (`"v"` or `"h"`), `marker.color`, `base` (for offset bars). Combine multiple `Bar` traces in one figure with `layout.barmode = "group"` or `"stack"`.

Learn More

Related Terms