Hi Guys,
I am trying to plot one graph using the Matplotlib library. But it is showing me the below error.
Traceback (most recent call last):
File "./plot_test.py", line 3, in <module>
import matplotlib.pyplot as plt
ImportError: No module named matplotlib.pyplot
How can I solve this error?