diff --git a/experiments_root/plotter.py b/experiments_root/plotter.py index 74da308..041bed6 100644 --- a/experiments_root/plotter.py +++ b/experiments_root/plotter.py @@ -1,6 +1,7 @@ import os import sys #import matplotlib.pyplot as plt +# blah blah def get_q_h_data(base_folder, q_time_file, h_time_file): @@ -62,4 +63,4 @@ def csv_output(csv_file_format, base_folder, data_list): # plt.plot(h_asc_times, c='b', title='Heapsort with desc array') # plt.legend() - # plt.show() \ No newline at end of file + # plt.show()