Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion experiments_root/plotter.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down Expand Up @@ -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()
# plt.show()