Module plottools.plottools
Import all plottool modules and install their functions in matplotlib.
For importing all plottools modules, simply import this module
import plottools.plottools as pt
This also imports all the functions of the modules such they can be used
directly in the pt
namespace. For example:
light_blue = pt.lighter(pt.palettes['muted']['blue'], 0.4)