Starting with no: there is not direct implementation of this!
But the yes: you can easily create if yourself, simply create 2 plots where the first is the bar chart with the frequency and the second is the line chart where you yourself calculate and symmarize the percentages. You the make the line chart associate with the secondary y-axis (see samples) and voila...
I'm not sure if native support is required for this...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks very much for your reply.
Yes, those are the kind of charts I want to make.
I can't find the sample you are talking about.
How do I make a secondary y-axis and make it appear on the right hand side?
Thanks again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ah sorry, the example exist for the Image_Graph package.
Now come to look at it secondary axis doesn't even exist in GraPHPite I'm afraid :(
So no it's not possible with GraPHPite, but it's possible with Image_Graph using the method explained, sorry 'bout that.
Just for the record: Image_Graph is the 'future' of GraPHPite developed in PEAR reg, I'd recommend you have a look at it, it's based on the code from GraPHPite, but has a cleaner, nicer and better API. See http://pear.veggerby.dk/. You can't (I'm afraid) just use your existing graphs straight off, but the conversion should be a one-time job and then you'll be supported for the future (unless some major unforseen problems occurs of course).
Again, sorry about misleading you, that was not intentionally :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does Graphpite support Pareto charts?
Thanks.
If you mean this type of charts:
http://www.isixsigma.com/library/content/c010527a.asp
http://www.skymark.com/resources/tools/pareto_charts.asp
http://www.sytsma.com/tqmtools/pareto.html
The answer is yes and no!
Starting with no: there is not direct implementation of this!
But the yes: you can easily create if yourself, simply create 2 plots where the first is the bar chart with the frequency and the second is the line chart where you yourself calculate and symmarize the percentages. You the make the line chart associate with the secondary y-axis (see samples) and voila...
I'm not sure if native support is required for this...
Thanks very much for your reply.
Yes, those are the kind of charts I want to make.
I can't find the sample you are talking about.
How do I make a secondary y-axis and make it appear on the right hand side?
Thanks again.
ah sorry, the example exist for the Image_Graph package.
Now come to look at it secondary axis doesn't even exist in GraPHPite I'm afraid :(
So no it's not possible with GraPHPite, but it's possible with Image_Graph using the method explained, sorry 'bout that.
Just for the record: Image_Graph is the 'future' of GraPHPite developed in PEAR reg, I'd recommend you have a look at it, it's based on the code from GraPHPite, but has a cleaner, nicer and better API. See http://pear.veggerby.dk/. You can't (I'm afraid) just use your existing graphs straight off, but the conversion should be a one-time job and then you'll be supported for the future (unless some major unforseen problems occurs of course).
Again, sorry about misleading you, that was not intentionally :)
No problem :)
Thank you for pointing me at the right direction!
I will take a look at the Image_Graph.