Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove labels on coverage plot #42

Open
svedwards opened this issue Dec 21, 2022 · 0 comments
Open

remove labels on coverage plot #42

svedwards opened this issue Dec 21, 2022 · 0 comments

Comments

@svedwards
Copy link

Hi again David -

I figured I'd submit this as a separate issue. Again, I'd like to remove the target scaffold labels on the right of
this coverage plot. I tried removing the axis labels (which I presume they are) with themes, but it didn't seem to work. I'd also like to know how to move the labels that are within the target scaffolds so they don't overlap the left border. Thanks again for any suggestions. - Scott

plot_coverage(longtargets, fill = "qname") + guides(fill = "none") + theme_void() +

  • theme(axis.text.x=element_blank(), #remove x axis labels
  •     axis.ticks.x=element_blank(), #remove x axis ticks
    
  •     axis.text.y=element_blank(),  #remove y axis labels
    
  •     axis.ticks.y=element_blank()  #remove y axis ticks
    

coverage_moa_to_largest_notPer_scaffolds.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant