This usage is so idiomatic and ubiquitous that you can see "np." or "pd." or "plt." in just about any code and assume that the user is using Numpy or Pandas or Matplotlib.
Now that I think about it, I really should set up a "snippet" to type this for me:
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
Now that I think about it, I really should set up a "snippet" to type this for me: