ponnhide / pyCircos

python Circos
GNU General Public License v3.0
334 stars 66 forks source link

Implementation of original Circos style ticks label plot function #14

Closed moshi4 closed 2 years ago

moshi4 commented 2 years ago

Hi,

Thank you for developing a very nice Circos plotting tool implemented in Python.

pyCircos currently implements a tickplot function to plot ticks on a Garcs object, but it does not support tick label plotting in the original Circos style as shown below.

gallery_result02

Since tick plots like the one shown above are often used, I think pyCircos would be better off if this function is implemented.