def plot(**kwargs): """ Wrapper for the plot tool. """ from andes.plot import tdsplot tdsplot(**kwargs)
def plot(**kwargs): from andes.plot import tdsplot tdsplot(**kwargs)