ChIPseeker icon indicating copy to clipboard operation
ChIPseeker copied to clipboard

change of linetype for plotAvgProf

Open thakurpk opened this issue 5 years ago • 0 comments

Hi, I have two condition I want separate line type along with colour. I used this,

plotAvgProf(gL1, xlim=c(-100, 100), xlab="Genomic Region (5'->3')", ylab = "Xlinks Count Frequency") + ggtitle ("3ss") + theme(axis.text.x = element_blank(), plot.title = element_text(hjust = 1)) + scale_linetype_manual(values=c("solid", "dashed")) + scale_color_manual(values=c("#00AFBB","#FC4E07"))

Color is changing but line type is not working, any suggestion.

thakurpk avatar Jun 05 '20 10:06 thakurpk