GitHub user sfirke edited a discussion: Boxplot improvements
The boxplot chart lacks a few options that would make it more useful to one of my users. Currently they have to create boxplots in Excel and screenshot them for use in reports because they're unable to control the effect of extreme outliers on the y-axis. Ideas: - Have a button to remove outliers. That is, whatever method we use to determine the whiskers (seems to commonly be 1.5x the interquartile range per Wikipedia and others but I haven't looked at the code) there would be an option not to show values outside of the whisker. But those points would still be used in calculations of e.g., median, 1st quartile, 3rd quartile, etc. - Allow hard-coding y-axis limits (shouldn't affect calculations of the box) which you can do on other charts - What's up with the current min/max "no outliers" option - it doesn't seem to exclude outliers, maybe we need to more clearly rename it GitHub link: https://github.com/apache/superset/discussions/36542 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
