Module matlab_compat

Module matlab_compat 

Source
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))