In the Intro to plotting and fitting page of the documentation, it states in an example: ``` import qexpy.plotting as plt ``` Perhaps this should be avoided as `plt` is a commonly used name in the popular `matplotlib.pyplot` module.
In the Intro to plotting and fitting page of the documentation, it states in an example:
Perhaps this should be avoided as
pltis a commonly used name in the popularmatplotlib.pyplotmodule.