--- python import vex data = [1, 3, 5, 2, 4] labels = ['A', 'B', 'C', 'D', 'E'] vex.bar(data, labels) vex.show() pip install vex