Expand description
MATLAB-compatible bar chart creation utilities
Functions§
- bar
- Create a simple bar chart (equivalent to MATLAB’s
bar(values)) - bar_
with_ color - Create a bar chart with specified color
- bar_
with_ labels - Create a bar chart with custom labels (
bar(labels, values))