Skip to content

Commit

Permalink
Slightly larger default point size in gene/gene plots.
Browse files Browse the repository at this point in the history
  • Loading branch information
aviezerl committed Sep 25, 2024
1 parent 6d7ac23 commit 588e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_gene_mc.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ connect_gene_plots <- function(input, output, session, ns, source) {
})
}

initial_scatters_point_size <- function(dataset, screen_width = NULL, screen_height = NULL, weight = 1, atlas = FALSE) {
initial_scatters_point_size <- function(dataset, screen_width = NULL, screen_height = NULL, weight = 2, atlas = FALSE) {
if (!is.null(config$datasets[[dataset]]$scatters_point_size)) {
return(config$datasets[[dataset]]$scatters_point_size)
} else if (!is.null(config$scatters_point_size)) {
Expand Down

0 comments on commit 588e345

Please sign in to comment.