Source code for rootpy.plotting.pyplot

"""
will implement matplotlib.pyplot-like module here
"""

from . import *


[docs]def figure(*args, **kwargs): return Canvas(*args, **kwargs)