pyGenomeTracks
pyGenomeTracks copied to clipboard
x-axis break
Dear Developers,
First thanks for this amazing tools for data visualization. My question is how to make some breaks on x-axis, like the picture below (from R package trackViewer):
Thanks in advance!
Best, Zhixin
Hi @nzx9581 ,
Thanks, we are happy to have feedback from users. Unfortunately, this is not easy to do. We are using matplotlib which does not support it.
However, you can put all your regions in a bed file and use the --BED
argument for command line (see https://pygenometracks.readthedocs.io/en/latest/content/usage.html#pygenometracks) but this will generate 3 different files.