plt-alias No more from matplotlib import pyplot as plt! just import plt and that's it. This package is just a simple alias. Installation $pip install plt-alias Usage import plt # this is an alias to "import matplotlib.pyplot as plt" plt.plot(whatever) plt.show()