Previous Up Next

19.1.14 Bar plots

The bar_plot or barplot command draws bar plots.

Examples

bar_plot([["France",6],["Germany",12],["Switzerland",5]],color=navy)
bar_plot([[2,"*First group*","*Second group*"], ["A",2,5],["B",5,6],["C",6,6]],color=[teal,olive,gold])

Previous Up Next