close
Skip to main content
Score of 1

How do I expand the plot margins so that chorddiagram doesn't cut of the labels?

Set the margins via: circos.par(canvas.xlim = c(-1.3, 1.3), canvas.ylim = c(-1.3, 1.3)) Adjust the values to suit your plot.

Only top scored, non community-wiki answers of a minimum length are eligible