Example #1
0
def plot(**kwargs):
    """
    Wrapper for the plot tool.
    """

    from andes.plot import tdsplot
    tdsplot(**kwargs)
Example #2
0
def plot(**kwargs):
    from andes.plot import tdsplot
    tdsplot(**kwargs)