Edinburgh-Genome-Foundry / DnaFeaturesViewer

:eye: Python library to plot DNA sequence features (e.g. from Genbank files)
https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/
MIT License
591 stars 91 forks source link

Overlapping arrows in circular DNA #80

Open ZongzhiWu opened 1 year ago

ZongzhiWu commented 1 year ago

Hi! Can this tool be implemented to draw a circular DNA with all the gene arrows on the same circular ring and the arrows overlapping?

ZongzhiWu commented 1 year ago

Implemented by revising the 122 line in CircularGraphicRecord.py (r = self.radius + level * self.feature_level_height) to r = self.radius + 0 * self.feature_level_height