Draw a bar chart of items against sold, then read the bars back: return [round(…

Matplotlib · from Bar charts

ax.barax.barhbottom=ax.bar_labelax.containersnp.argsort

Putting the kettle on…

Starting up…

Exercise 1

Draw a bar chart of items against sold, then read the bars back: return [round(b.get_height()) for b in bars].

your answer
stuck? the lesson behind it
Bar charts
Sort them, turn them sideways, and never cut the baseline