i've got some questions regarding outlier rules in JFreeChart:
- Is it possible to influence the outlier rules in a JFreeChart Boxplot?
- I would assume that the default setting for outliers is Q3+1.5*IQR and Q1-1.5*IQR?
Is there a default rule for extreme values like Q3+3*IQR and Q1-3*IQR?
Maybe this should be a separate Question but how do you set the symbol for outliers? The default setting is a circle which is too big for my preference.
My data is in a DefaultBoxAndWhiskerCategoryDataset and i am not even sure if i need to change any of the default settings. Nevertheless it would be nice to know what exactly the default settings are ;)