mt.plt

Alias module of matplotlib’s pyplot.

Instead of:

import matplotlib.pyplot as plt

You do:

from mt import plt

It will import the matplotlib.pyplot package.

Please see Python package pyplot for more details.