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 = [] |
list | ntoplot = sys.argv[1] |
string | outfile = '"' |
list | plot_title = sys.argv[2] |
string | plot_title_2 = '"' |
string | precmd = 'Rscript stats/plots.R ' |
string do_plot_last_exp::cmd = "tail -n " |
Definition at line 24 of file do_plot_last_exp.py.
tuple do_plot_last_exp::e = line.rstrip('\r\n ') |
Definition at line 37 of file do_plot_last_exp.py.
string do_plot_last_exp::exptoplot = "exptoplot.txt" |
Definition at line 22 of file do_plot_last_exp.py.
tuple do_plot_last_exp::f = open(exptoplot,'r') |
Definition at line 34 of file do_plot_last_exp.py.
int do_plot_last_exp::k = 3 |
Definition at line 30 of file do_plot_last_exp.py.
list do_plot_last_exp::L = [] |
Definition at line 13 of file do_plot_last_exp.py.
list do_plot_last_exp::ntoplot = sys.argv[1] |
Definition at line 23 of file do_plot_last_exp.py.
string do_plot_last_exp::outfile = '"' |
Definition at line 28 of file do_plot_last_exp.py.
list do_plot_last_exp::plot_title = sys.argv[2] |
Definition at line 27 of file do_plot_last_exp.py.
string do_plot_last_exp::plot_title_2 = '"' |
Definition at line 49 of file do_plot_last_exp.py.
string do_plot_last_exp::precmd = 'Rscript stats/plots.R ' |
Definition at line 53 of file do_plot_last_exp.py.