Displaying 4 results from an estimated 4 matches for "stackedbar".
2010 Nov 09
2
help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot
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)
> barplot(blahblah)
However if I try to use ch...
2006 Jul 06
3
Stacked Area graph?
Hi,
How do I make stacked area graph? For stacked bar graph gruff has
seperate class "StackedBar" but I could not find anything as
"StackedArea"? Is there any other way? Please let know.
Thanks
--
Posted via http://www.ruby-forum.com/.
2007 Mar 27
4
Gruff with PDF::Writer
Hello all
Has anyone managed to embed gruff graphs into a PDF document using
pdf::writer?
The easy way (as far as I can see) would be to just save the gruff graph
as a temporary file then read that file in pdf::writer. I was wondering
if anyone had managed to get them working together directly?
RJ
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
2007 Jun 05
1
Gruff Stacked Bar order of data
I am making a stacked bar graph in Gruff. Could anyone help me by
telling me how I can change the order in which the data is stacked. No
matter what order I put the data in, I get the same result on the png
picure. Any help would be much appreciated.
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because