ggpubr
ggpubr copied to clipboard
bar gone when i perform ylim(6.5,10)
Dear developer, When i performed the ggdotchart, i would like to change the ylim to make it more different, but when I set ylim (6.5,10), the bar gone, it was (0,10)
ggdotchart(T, x="gene", y="BS", color = "Visible.", palette = c("#00AFBB", "#E7B800", "#FC4E07"), dot.size = 4,label = round(T$Binding.Score,1),
sorting = "ascending",add.params = list(color = "red", size = 2),
add = "segments", ggtheme = theme_pubr())+ ylim(6.5,10)
can you help me with it? Thanks a lot