Skill · Plotting with matplotlibLive
Data Visualization
Turn numbers into pictures with matplotlib — line, scatter, bar, histogram, and the touches that make a chart actually readable.
- Task 1Your first plotEasyTurn two lists of numbers into a line you can see.→
- Task 2Scatter plotsEasyShow individual points instead of a connected line.→
- Task 3Bar chartsEasyCompare categories with bars.→
- Task 4HistogramsMediumSee how values are distributed across bins.→
- Task 5Labels & legendsMediumMake a chart readable: name the axes and show a legend.→
- Task 6Multiple seriesMediumLayer more than one line on the same axes.→
- Task 7SubplotsHardPlace several charts side by side in one figure.→
- Task 8StylingHardControl colour and line style to make a chart yours.→
- Task 9Plot a functionHardSample a math function densely and draw its curve.→
- Task 10Visualise a datasetHardEncode a third variable as colour on a scatter plot.→