thackl / gggenomes

A grammar of graphics for comparative genomics
https://thackl.github.io/gggenomes/
Other
587 stars 64 forks source link

Show y-axis for geom_wiggle() and offset geom_feat() #175

Open 22paulae opened 8 months ago

22paulae commented 8 months ago

Hello Dr. Thackle,

Is there any way that I can make the y-axis appear for my GC feat using geom_wiggle()? Also, I have a geom_feat() that I want to offset vertically, but offset is not a parameter in geom_feat().

Thank you,

Paula

thackl commented 7 months ago

Try overwriting gggenomes theme, i.e. add something like + theme_bw(), or +theme(y.axis ...).