g like this:
date,bucket,view,db
"2010-10-31 04:44:44",10,11,12
"2010-10-31 04:44:45",13,14,15
...
... contained in a csv file. I convert the class of data into xts prior to
passing it into chart.StackedBar.
-Patrick
On Nov 9, 2010, at 1:56 PM, Joshua Wiley wrote:
Hi
I'm having problems displaying multiple chart.StackedBar from
PerformanceAnalysis library on a single plot. I've tried using
par(mfrow=c(2,1)) but that doesn't work.
If I do it with barplot(), it works fine and I see both plots on a single plot.
> plot(mfrow=c(2,1))
> barplot(blahblah)
> b
Hi
I'm having problems displaying multiple chart.StackedBar from
PerformanceAnalysis library on a single plot. I've tried using
par(mfrow=c(2,1)) but that doesn't work.
If I do it with barplot(), it works fine and I see both plots on a single plot.
> plot(mfrow=c(2,1))
> barplot(blahblah)
>
3 matches
Mail list logo