For example, when plotting a `gGraph`, this doesn't do anything: ``` gg$set(cex.label = 2) ``` And hence we need to do this currently: ``` plot(gg$gtrack(cex.label = 2)) ```