tcpexmachina / remy

403 stars 78 forks source link

Add ability to replot existing results to plot.py #32

Closed czlee closed 8 years ago

czlee commented 8 years ago

This adds the ability to replot existing results to the plot.py script, through a new --replot option. This option specifies a directory, and the script will then replot all the results from that directory, using the original rat-runner output files that were stored in it, along with any other (new) plots that are specified.

The only commit in this pull request that is not also in #31 is the last one.

czlee commented 8 years ago

Do you want me to rebase this (and #31) onto the current master branch, now that #30 is merged?

keithw commented 8 years ago

That would be helpful! Thanks.