I am using TeeChart 6 to produce a boxplot with the data values
40, 60 ,65, 65, 70, 70, 75, 75, 90, 95
It correctly displays the box from 65 to 75, with a whisker going down to 40. Also 95 is displayed correctly as an outlier. But there is no upper whisker up to 90, nor is 90 displayed as an outlier. If I change 90 to 89.99, the whisker is displayed; if I change it to 90.01 an outlier is displayed.
Since 90 is exactly on the borderline of the upper whisker, it looks as if it is not testing for equality when checking whether the value should be an outlier or not. Logically the value 90 should be displayed as the end of the whisker, and not as an outlier. But either would be better than nothing at all.
Boxplot
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Colin,
You are right. I've been able to reproduce this problem here and have included it in our defect list to be fixed for future releases.
You are right. I've been able to reproduce this problem here and have included it in our defect list to be fixed for future releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |