Hi, I was trying to draw a single chromosome in biopython.
Everything goes well, except the width of the chromosome in the figure.
I found the output chromosome size is based on the output page size.
Is there any way to restrict the chromosome size except setting page size?
Are you talking about the
Bio.Graphics.BasicChromosome
module in Biopython?