The correct answer is option A (Matplotlib). Matplotlib is the library in python for data visualization by creating 2d graphs like line charts, histograms, bar charts, scatter plots, etc.
Here is an example to create a basic line chart using matplotlib:
You can sign up for this Python Training course by Intellipaat to create 2D graphs using Matplotlib.