I'm trying to change the font size of the axis labels in the chart from
"charts.RollingPerformance" in the PerformanceAnalytics package without any
luck.
I've tried:
require(quantmod)
require(PerformanceAnalytics)
data(managers)
# tried various cex options like cex.lab, cex.axis, cex.ylab... none seem to
work
charts.RollingPerformance(managers, cex.lab = 2, cex.axis=2)
As you can see from the included picture, the default labels are way too
small. I'm guessing this is something easy but not obvious. Does anyone know
how to do this?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20110815/e66b8679/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: small_axes.jpg
Type: image/jpeg
Size: 124779 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20110815/e66b8679/attachment.jpg>