Previous Up Next

18.1.14  Bar plots

The bar_plot command draws bar plots.

Examples

bar_plot([["France",6],["Germany",12],["Switzerland",5]])
bar_plot([[2,"xyz","abc"],["A",2,5],["B",5,6],["C",6,6]])

Previous Up Next