Skip to content

Commit

Permalink
Order tools as Flexeme, SmartCommit, File Untangling
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomsch committed Oct 17, 2023
1 parent 40d4804 commit cd728b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/paper/performance_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data$Commit <- as_factor(data$Commit)

# Convert to long format
data_long = pivot_longer(data, cols = c("SmartCommit", "Flexeme", "File_Untangling"), names_to = 'Tool', values_to = 'Performance')
data_long$Tool <- factor(data_long$Tool, levels = c("Flexeme", "SmartCommit", "File_Untangling"))

pdf(outputFile)
flexplot(Performance ~ Tool, data = data_long)
Expand Down

0 comments on commit cd728b4

Please sign in to comment.