ivanek / Gviz

This is the Gviz development repository. Gviz plots data and annotation information along genomic coordinates.
https://bioconductor.org/packages/Gviz/
Artistic License 2.0
75 stars 10 forks source link

Add text to a Gviz plot #85

Open foriin opened 1 year ago

foriin commented 1 year ago

Hi, is there an easy solution for adding some text to the plot made with Gviz, like you can do with text() using base R method for plotting or with annotate() in ggplot2? I have a plot like this: Rplot And I want to add the text to its upper left corner like this: rplot2

Thanks