<div dir="ltr"><div><div><div>I came across an example that uses "Matplotlib".<br><br></div>It used the following import to use that module:<br><br>from pylab import *<br><br></div>When I tried to run the example, I got the following error:<br><br>C:\Python27\python.exe C:/Users/abc/PycharmProjects/ComputerVision/plot_image.py<br>Traceback (most recent call last):<br>  File "C:/Users/abc/PycharmProjects/ComputerVision/plot_image.py", line 4, in <module><br>    from pylab import *<br>ImportError: No module named pylab<br><br>Process finished with exit code 1<br><br></div>Why is that? How can I solve this issue?<br><br>Thanks.<br></div>