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

Details AnnotationTrack swap densityplot and connectors #55

Open lorbaer opened 3 years ago

lorbaer commented 3 years ago

Hi, I'm creating some plots with GVIZ and for the sake of the plot order, it would be great to swap the densityplot and the "connectionsplot" in den DetailsAnnotationTrack.

So instead of showing the densityplot above the connectors (as shown here I would like to have it the other way around. Arrows above the densityplot.

Did I oversee the argument for that, or could you help me with a solution?

best