Re: [R] circlize package: different font size for axis labels

2014-12-16 Thread Fix Ace
Hi, Dr. Gu, Thank you very much for the answer. This trick works.  Another question, is there a way to change the color or the axis? Thanks! On Monday, December 15, 2014 1:39 PM, "Gu, Zuguang" wrote: Hi, In current version, `labels.font` in `circos.axis` can only be a scalar ( a v

Re: [R] circlize package: different font size for axis labels

2014-12-16 Thread Fix Ace
I was trying to ask if there is way to change the color of the axis... Thanks! On Monday, December 15, 2014 1:39 PM, "Gu, Zuguang" wrote: Hi, In current version, `labels.font` in `circos.axis` can only be a scalar ( a vector with length one). But you can first add axes with no labe

Re: [R] circlize package: different font size for axis labels

2014-12-15 Thread Gu, Zuguang
Hi, In current version, `labels.font` in `circos.axis` can only be a scalar ( a vector with length one). But you can first add axes with no labels and then add labels by `circos.text`: female.f = c("a", "b") circos.initialize(factors=female.f, xlim=c(1.8,6.2)) circos.trackPlotRegion(factors=fema

Re: [R] circlize package: different font size for axis labels

2014-12-15 Thread David Winsemius
On Dec 15, 2014, at 8:41 AM, Fix Ace wrote: > Hi, Dr. Gu, > I am trying to highlight some axis labels, for example, "72hL3" as bold, > using the following command: > > circos.initialize(factors=female.f, xlim=c(1.8,6.2)) > circos.trackPlotRegion(factors=female.f, > ylim=c(-1.3,1.8),track.heigh