cgBoxPlot - not a useful function!!! [message #89245] |
Fri, 08 August 2014 01:49  |
atmospheric physics
Messages: 121 Registered: June 2010
|
Senior Member |
|
|
Dear All,
I find cgBoxPlot as not at all a flexible function in Coyote library. I have the following observations:
I provided a data matrix (m x n dimensions) and it automatically computes the required statistical parameters (i.e., median, lower quartile, upper quartile, minimum and maximum) in each columnar data for box-whisker plot.
(a) At all times, one does not want to represent the outliers. There is 'no option' in the keywords available to 'offset' the display of outlier points in the plot. No option to control the size of outlier point.
(b) You will never find outliers in the box-whisker representing the first column data!!!
(c) Inclusion of '/YLOG' keyword make the Y-axis in log-scale but does not scale the plotting data to log-scale.
Please suggest me if my observations above are wrong!!!
I request David to refine the above function, if my observations are meaningful concerns.
Thanking you all once again.
Madhavan
|
|
|
|
|
Re: cgBoxPlot - not a useful function!!! [message #89251 is a reply to message #89245] |
Fri, 08 August 2014 12:28   |
Russell Ryan
Messages: 122 Registered: May 2012
|
Senior Member |
|
|
Yeah, I agree with Craig on this one. If you think cgBoxPlot or anything else for that matter isn't good, buggy, or simply not good for you, then I say you maybe just don't use it. If the point of your post was to simply alert someone to the assumptions, bugs, or limitations to cgBoxPlot, so they could be fixed, documented, or ignored them, then I think your tone came off as a bit demanding. And, as Craig notes, given the cg Library didn't cost you anything, it's hard to justify a demanding tone. I'm willing to bet that was not your intention and that the tone was in a blog post. Nevertheless, you'll catch more flies with honey than vinegar, and perhaps try to be a little less offensive to someone who offered you a brilliant, very flexible, and very polished library for free, even if one of the routines is not meeting your exact needs or has issues. He didn't have to share cgBoxPlot (or any of the library); where would you be then?
Just a tip,
Russell
On Friday, August 8, 2014 4:49:24 AM UTC-4, Madhavan Bomidi wrote:
> Dear All,
>
>
>
> I find cgBoxPlot as not at all a flexible function in Coyote library. I have the following observations:
>
>
>
> I provided a data matrix (m x n dimensions) and it automatically computes the required statistical parameters (i.e., median, lower quartile, upper quartile, minimum and maximum) in each columnar data for box-whisker plot.
>
>
>
> (a) At all times, one does not want to represent the outliers. There is 'no option' in the keywords available to 'offset' the display of outlier points in the plot. No option to control the size of outlier point.
>
>
>
> (b) You will never find outliers in the box-whisker representing the first column data!!!
>
>
>
> (c) Inclusion of '/YLOG' keyword make the Y-axis in log-scale but does not scale the plotting data to log-scale.
>
>
>
> Please suggest me if my observations above are wrong!!!
>
>
>
> I request David to refine the above function, if my observations are meaningful concerns.
>
>
>
> Thanking you all once again.
>
> Madhavan
|
|
|
|
Re: cgBoxPlot - not a useful function!!! [message #89266 is a reply to message #89265] |
Mon, 11 August 2014 02:53  |
Fabzi
Messages: 305 Registered: July 2010
|
Senior Member |
|
|
Hi Madhavan,
thanks for your answer.
For point (a), I think I could suggest my "adapted" cgBoxPlot to David
and he will decide if he includes my changes. I also added some other
features but I wouldn't call them "public ready" yet and I don't have
time to make them pretty right now.
For point (b) and (c), you should provide us a so-called "minimal
working example" (http://en.wikipedia.org/wiki/Minimal_Working_Example)
that reproduces the problem you are facing.
|
|
|