Esempio n. 1
0
def _mpl(args, stdin=None):
    """Hooks to matplotlib"""
    from xontrib.mplhooks import show

    show()
Esempio n. 2
0
def mpl(args, stdin=None):
    """Hooks to matplotlib"""
    from xontrib.mplhooks import show

    show()