Skip to content

Commit

Permalink
Remove browser
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Jun 4, 2024
1 parent 2d5b60a commit 513976e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/plot_central.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,8 @@ NULL
colour_by <- paste0(summary_fun, "(", colour_by, ")")
}
}
browser()
plot_out <- .resolve_plot_colours(
plot_out, object$colour_by, colour_by, fill = !is.null(fill_by),
plot_out, object$colour_by, colour_by, fill = !is.null(fill_by) || point_out$fill,
colour = !is.null(colour_by), do_bin = !is.null(bins)
)
}
Expand Down

0 comments on commit 513976e

Please sign in to comment.