install matplotlib.pyplot as plt code example
Example 1: matplotlib install
pip install matplotlib
Example 2: import matplotlib.pyplot as plt
from matplotlib import pyplot as plt
import matplotlib.pyplot as plt1
print(dir(plt) == dir(plt1))
True