Given string labels and numeric values, draw a horizontal bar chart (one bar per label, length equal to its value) and return the Axes.
labels
values
solve(...)