biopython v1.71.0 Bio.Graphics.BasicChromosome.SpacerSegment

A segment that is located at the end of a linear chromosome.

Doesn’t draw anything, just empty space which can be helpful for layout purposes (e.g. making room for feature labels).

Link to this section Summary

Functions

Draw nothing to the current diagram (dummy method)

Link to this section Functions

Draw nothing to the current diagram (dummy method).

The segment spacer has no actual image in the diagram, so this method therefore does nothing, but is defined to match the expected API of the other segment objects.