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

Overlapping arrows in circular DNA #80

Open
ZongzhiWu opened this issue Aug 14, 2023 · 1 comment
Open

Overlapping arrows in circular DNA #80

ZongzhiWu opened this issue Aug 14, 2023 · 1 comment

Comments

@ZongzhiWu
Copy link

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
Copy link
Author

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

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