Skip to content

Commit c5d97ab

Browse files
committed
quick update to figure
1 parent 03d12e0 commit c5d97ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuscript/figure3CellLinePlots.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ plots <- lapply(ranges, function(auc_range){
132132
data <- all_preds |> filter(auc_ranges == auc_range) |> collect()
133133
plot_panel(data, auc_range)
134134
})
135-
plot <- arrangeGrob(grobs = plots, ncol = 3)
135+
plot <- gridExtra::arrangeGrob(grobs = plots, ncol = 3)
136136
ggsave('ccle_auc_plot.pdf', plot, dpi=300, width=30, height=10)
137137
138138
ggplot(all_preds,aes(x=diff,fill=model))+geom_histogram()+facet_grid(source~auc_ranges)+scale_y_log10()+scale_fill_manual(values=modelcolors)

0 commit comments

Comments
 (0)