Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BoxAndWhiskerRenderer: Please add setOutliersVisible() #74

Closed
jondo opened this issue Dec 19, 2017 · 5 comments
Closed

BoxAndWhiskerRenderer: Please add setOutliersVisible() #74

jondo opened this issue Dec 19, 2017 · 5 comments

Comments

@jondo
Copy link

jondo commented Dec 19, 2017

Please add a BoxAndWhiskerRenderer method setOutliersVisible(boolean visible) such that one can switch off the outlier circles and the far-out indicators.

(There is a corresponding forum thread.)

@jondo
Copy link
Author

jondo commented Dec 19, 2017

This old ExtendedBoxAndWhiskerRenderer patch might also be relevant - according to this stackoverflow question, it provides setOutlierPaint() and setFaroutPaint() that could be used to make the markers invisible.

@AliKarpuzoglu
Copy link

Hey, if you still need that, I have created a fork and added the options.
To remove the far outliers you can set "setMaxOutlierVisible(false)" and "setMinOutlierVisible(false)"

@jondo
Copy link
Author

jondo commented Feb 15, 2018

That's nice, thanks! I hope your contribution gets merged.

@AliKarpuzoglu
Copy link

The feature has been added today :D @jfree you could close this issue now

@jondo
Copy link
Author

jondo commented Nov 15, 2020

Good! Thanks for the update.

@jondo jondo closed this as completed Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants