Skip to content

Commit ba87fdc

Browse files
committed
rewrite sankey
1 parent b202d6c commit ba87fdc

2 files changed

Lines changed: 350 additions & 630 deletions

File tree

process/io/plot/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def sankey(mfile, format_):
2727
if out is not None:
2828
return out
2929

30-
return plot_sankey(mfile, format_)
30+
return plot_sankey(mfile)
3131

3232

3333
@plot.command("scans", no_args_is_help=True)

0 commit comments

Comments
 (0)