コード例 #1
0
ファイル: main.py プロジェクト: treymingee/andes
def plot(**kwargs):
    """
    Wrapper for the plot tool.
    """

    from andes.plot import tdsplot
    tdsplot(**kwargs)
コード例 #2
0
ファイル: main.py プロジェクト: JiweiTian/andes
def plot(**kwargs):
    from andes.plot import tdsplot
    tdsplot(**kwargs)