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

Some plots have labels hidden #25

Open EulleSA opened 4 years ago

EulleSA commented 4 years ago

Hello!

I noticed that some plots have their labels hidden. The label only appears when the mouse cursor is placed over the plot.

Screenshot from 2020-01-18 16-27-19

EulleSA commented 4 years ago

Help , please !

Zulko commented 4 years ago

Sorry, absolutely didnt have time to look into this. I'll try but the next two weeks will be difficult.

EulleSA commented 4 years ago

No problem, but would you know why this is?

Zulko commented 4 years ago

I believe a quick fix would be to add annotate_inline=False on this line so that every feature label appears above its feature (but I havent had time to test it).

gnick18 commented 1 year ago

Was having this same issue and can confirm that @Zulko 's solution works!