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
584 stars 90 forks source link

CircularGraphicRecord does not work. Unable to make circular graphs #81

Closed meint52 closed 10 months ago

veghp commented 10 months ago

Thank you for bringing attention to this. The error is caused by a change in Wedge init from

    def __init__(self, center, r, theta1, theta2, width=None, **kwargs):

to

    def __init__(self, center, r, theta1, theta2, *, width=None, **kwargs):