Skip to content

Commit

Permalink
add plot --other_algos argument, which can plot SJF and F1 on the sam…
Browse files Browse the repository at this point in the history
…e figure
  • Loading branch information
stephenzhang committed Apr 16, 2020
1 parent f0c3839 commit abb5b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def main():

make_plots(args.logdir, args.legend, args.xaxis, args.value, args.count,
smooth=args.smooth, select=args.select, exclude=args.exclude,
estimator=args.est)
estimator=args.est, other_algos=args.other_algos)

if __name__ == "__main__":
main()

0 comments on commit abb5b8f

Please sign in to comment.