Variables | |
string | cmd = "tail -n " |
tuple | e = line.rstrip('\r\n ') |
string | exptoplot = "exptoplot.txt" |
tuple | f = open(exptoplot,'r') |
int | k = 3 |
list | L = [] |
string | lfiles = "" |
list | ntoplot = sys.argv[1] |
string | outfile = '"' |
list | plot_title = sys.argv[2] |
string do_boxplot_last_exp::cmd = "tail -n " |
Definition at line 24 of file do_boxplot_last_exp.py.
tuple do_boxplot_last_exp::e = line.rstrip('\r\n ') |
Definition at line 37 of file do_boxplot_last_exp.py.
string do_boxplot_last_exp::exptoplot = "exptoplot.txt" |
Definition at line 22 of file do_boxplot_last_exp.py.
tuple do_boxplot_last_exp::f = open(exptoplot,'r') |
Definition at line 34 of file do_boxplot_last_exp.py.
int do_boxplot_last_exp::k = 3 |
Definition at line 30 of file do_boxplot_last_exp.py.
list do_boxplot_last_exp::L = [] |
Definition at line 13 of file do_boxplot_last_exp.py.
string do_boxplot_last_exp::lfiles = "" |
Definition at line 47 of file do_boxplot_last_exp.py.
list do_boxplot_last_exp::ntoplot = sys.argv[1] |
Definition at line 23 of file do_boxplot_last_exp.py.
string do_boxplot_last_exp::outfile = '"' |
Definition at line 28 of file do_boxplot_last_exp.py.
list do_boxplot_last_exp::plot_title = sys.argv[2] |
Definition at line 27 of file do_boxplot_last_exp.py.