matplotlib and pyplot code example
Example 1: import matplotlib.pyplot as plt
from matplotlib import pyplot as plt
import matplotlib.pyplot as plt1
print(dir(plt) == dir(plt1))
True
Example 2: matplotlib.pyplot
plt.plot([1, 2, 3, 4], [1, 4, 9, 16]) # plot x against y