Skip to content

Commit

Permalink
Merge pull request #160 from thackl/138-geom-blank
Browse files Browse the repository at this point in the history
fix #138 geom_blank error
  • Loading branch information
thackl authored Oct 6, 2023
2 parents f90efab + 4ac4ea1 commit a34516f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/gggenomes.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ gggenomes <- function(genes=NULL, seqs=NULL, feats=NULL, links=NULL,
p <- p + do.call(paste0("theme_gggenomes_", theme), theme_args)
}

p <- p + geom_blank(data=seqs())

p
}

Expand Down

0 comments on commit a34516f

Please sign in to comment.