lots of per-plot configs
This commit is contained in:
parent
13999a477d
commit
04253b961f
36 changed files with 5121 additions and 540 deletions
|
@ -132,7 +132,8 @@ site_snp_count_bp <- function (plotdf
|
|||
scale_x_continuous(breaks = unique(snpsBYpos_df$snpsBYpos)) +
|
||||
geom_label(stat = "count", aes(label = ..count..)
|
||||
, color = "black"
|
||||
, size = geom_ls) +
|
||||
, size = geom_ls
|
||||
, position = position_dodge2(width = 1)) +
|
||||
theme(axis.text.x = element_text(size = axis_text_size
|
||||
, angle = 0)
|
||||
, axis.text.y = element_text(size = axis_text_size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue