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

fix bug in xtick label for `plots_indexing="genbank"` #32

Closed jbloom closed 4 years ago

jbloom commented 4 years ago

Previously the xtick labels were wrong with plots_indexing of "genbank" because it assigned xticklabels before it applied the bounds constraints on xticks. This pull request fixes that.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 91.871% when pulling 4d6f31d7d8e5942e75d22915ce803ddc574c9d7e on jbloom:master into 529f8ff82733b9f1ef8a0f529ec575c0f5d22283 on Edinburgh-Genome-Foundry:master.

Zulko commented 4 years ago

Thanks for this @jbloom. That looks good to me @veghp !