jokergoo / circlize

Circular visualization in R
http://jokergoo.github.io/circlize_book/book/
Other
959 stars 141 forks source link

Change default canvas background color #350

Open JingxuanBao opened 1 year ago

JingxuanBao commented 1 year ago

I wonder if there is a way to change the default background color (canvas color) of the circular plot. For example:

This is the original figure: eg1

By changing the canvas background color, it will become something like this: eg2

jokergoo commented 1 year ago

In the beginning of your code:

par(bg = "yellow")
...