pyCirclize icon indicating copy to clipboard operation
pyCirclize copied to clipboard

Enable wrapping/bending the text around a circle

Open grepinsight opened this issue 1 year ago • 1 comments

It would be nice if we can bend the text

reference: r - Wrapping / bending text around a circle in plot - Stack Overflow

This would be especially useful when the text is long.

FYI, circlize has facing="bending" flag.

circos.text(x = 0.5, y = 0.5, labels = as.character(deg), facing = "bending")

grepinsight avatar Jan 24 '24 22:01 grepinsight

Hi @grepinsight, thank you for your suggestion.

I have been thinking for some time that I would like to implement the features you suggest. However, I find it a bit difficult to implement, so I have not started yet. I will consider implementing it in the future when I feel like it.

moshi4 avatar Jan 25 '24 10:01 moshi4