Skip to content

Commit

Permalink
update banc plot colours
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Jul 27, 2024
1 parent a6ede5f commit 0e90a3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/ggplot2.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,14 @@ banc_neuron_comparison_plot <- function(neuron1 = NULL,

# Choose mesh
rotation_matrix <- banc_rotation_matrices[[view]]
if(view%in%c("front","brain_side")){
if(view%in%c("front")){
mesh <- banc_brain_neuropil
decaptitate <- "brain"
title.col <- "blue"
}else if(view%in%c("brain_side")){
mesh <- banc_brain_neuropil
decaptitate <- "brain"
title.col <- "firebrick"
}else if(view%in%c("vnc","vnc_side")){
mesh <- banc_vnc_neuropil
decaptitate <- "vnc"
Expand Down

0 comments on commit 0e90a3e

Please sign in to comment.