It would be nice if we can bend the text reference: [r - Wrapping / bending text around a circle in plot - Stack Overflow](https://stackoverflow.com/questions/27638826/wrapping-bending-text-around-a-circle-in-plot) 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") ```