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

Margin too small #9

Closed sarah872 closed 6 years ago

sarah872 commented 6 years ago

When visualising contigs with long feature names, the margin is too small so that the label gets cropped (see left of 0). When outputting a svg I can modify that in Illustrator, but is tedious for many files. Can it be adjusted? 10919c00007

Zulko commented 6 years ago

Did you set bbox_inches="tight" in the savefig method ? If not, you should try.