Skip to content

Commit

Permalink
Minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubadub committed May 3, 2024
1 parent 9ff8cea commit a715a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/delta_heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ blimp_delta_means$filter_target <- as.logical(blimp_delta_means$filter_target)

#### PLOTTING ####

# Make each of the four columns
# Make each of the four groups of columns

plt_lstm_full_acc <- ggplot(data = blimp_acc_means[blimp_acc_means$corpus == "full" & blimp_acc_means$arch == "lstm", ], aes(x = corpus, y = blimp_benchmark, fill = blimp_acc)) +
geom_tile() +
Expand Down

0 comments on commit a715a76

Please sign in to comment.