This is small package to visualise chromosome with come locuses annotated. To get it simply clone the repo and import the main class:

git clone git@github.com:nvaulin/chromosome_plotting.git

In your project:

from chromosome_plotting import Chromosome

To learn more about usage take a look at chromosome_plotting_examples.ipynb notebook with several examples.