""" will implement matplotlib.pyplot-like module here """ from . import * [docs]def figure(*args, **kwargs): return Canvas(*args, **kwargs)