I'm having difficulty changing plotting-parameters of the chartSeries
function in quantmod package? I want to modify the x.labels of charts, and
display dates in custom format (e.g. May 09, as opposed to 23 May 2009), and
45 degree angle as opposed to horizontal. All of the charts in the quantmod
website have the "year" below the "month-day", and nicely formatted x axis
labels. I can never quite replicate those using any of the functions
provided in the quantmod package. Specifically how do you use axTicksByTime
in chartSeries? Thanks for your help.

Mahesh.

PS: Sample code:

getSymbols("AAPL",src="google",  from="2002-01-01",fix.google.bug=F)

chartSeries(Cl(AAPL), theme="white",minor.ticks=F, major.ticks="months" )

	[[alternative HTML version deleted]]

