Skip to content

Commit

Permalink
namespace: ggplot2::margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jul 11, 2024
1 parent 9bdc116 commit db5dd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ggplot2.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ banc_neuron_comparison_plot <- function(neuron1,
ga <- ggpubr::ggarrange(glist[["main"]], glist[["side"]], glist[["front"]], glist[["vnc"]],
heights = c(1, 1, 1, 1), widths = c(1, 1, 1, 1),
ncol = 2, nrow = 2) +
ggplot2::theme(plot.margin = margin(0,0,0,0, "cm"))
ggplot2::theme(plot.margin = ggplot2::margin(0,0,0,0, "cm"))

# # Annotate with some more information
# if(!is.null(neuron1.info)&!is.null(neuron2.info)){
Expand Down

0 comments on commit db5dd06

Please sign in to comment.