enable --full-trace and --check-bounds
This commit is contained in:
@ -322,11 +322,7 @@ my %handlers = (
|
||||
'16. Plot Results' => sub {
|
||||
|
||||
# Generate R ggplot2 charts
|
||||
my @experiments = Util::find_subdirs($local_archive_dir);
|
||||
my @selected_experiments =
|
||||
TUI::select_from_list( "Select Experiments to Plot", 1,
|
||||
@experiments );
|
||||
die "No experiment selected" unless @selected_experiments;
|
||||
my @selected_experiments = Util::select_experiment(1);
|
||||
|
||||
my @charts = map { s/\.r//r } Util::find_files($local_charts_dir);
|
||||
my @selected_charts =
|
||||
|
||||
Reference in New Issue
Block a user