pyCirclize
pyCirclize copied to clipboard
Enable wrapping/bending the text around a circle
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")
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.