Functions | |
| def | expand |
| Deal with repetition. | |
| def | extract_keys |
| def | handle_height_histogram |
| def | handle_height_histogram_advait |
| def | load_data |
| def | plot_opening |
| def | plot_prismatic_heights |
| def | plot_radii |
| def | plot_rotary_heights |
| def | test_expand |
Variables | |
| tuple | csv_data = load_data() |
| def plot_csv.expand | ( | data, | |
| keys | |||
| ) |
Deal with repetition.
Definition at line 16 of file plot_csv.py.
| def plot_csv.extract_keys | ( | csv_data, | |
| keys | |||
| ) |
Definition at line 42 of file plot_csv.py.
| def plot_csv.handle_height_histogram | ( | mean_height_list, | |
plot_title = '', |
|||
color = '#3366FF', |
|||
max_height = 2.5, |
|||
bin_width = .1, |
|||
ymax = 35 |
|||
| ) |
Definition at line 168 of file plot_csv.py.
| def plot_csv.handle_height_histogram_advait | ( | mean_height_list, | |
plot_title = '', |
|||
color = '#3366FF', |
|||
max_height = 2.2, |
|||
bin_width = .1, |
|||
ymax = 35, |
|||
new_figure = True, |
|||
label = '__no_legend__' |
|||
| ) |
Definition at line 180 of file plot_csv.py.
| def plot_csv.load_data | ( | ) |
Definition at line 6 of file plot_csv.py.
| def plot_csv.plot_opening | ( | csv_data | ) |
Definition at line 136 of file plot_csv.py.
| def plot_csv.plot_prismatic_heights | ( | csv_data | ) |
Definition at line 229 of file plot_csv.py.
| def plot_csv.plot_radii | ( | csv_data, | |
color = '#3366FF' |
|||
| ) |
Definition at line 58 of file plot_csv.py.
| def plot_csv.plot_rotary_heights | ( | csv_data | ) |
Definition at line 196 of file plot_csv.py.
| def plot_csv.test_expand | ( | ) |
Definition at line 36 of file plot_csv.py.
| tuple plot_csv::csv_data = load_data() |
Definition at line 262 of file plot_csv.py.