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

Refactor boxplot #790

Merged
merged 19 commits into from
Jun 8, 2023
Merged

Refactor boxplot #790

merged 19 commits into from
Jun 8, 2023

Conversation

ASmirnov-HORIS
Copy link
Collaborator

No description provided.

@@ -140,6 +140,11 @@ open class AestheticsDefaults {
return crossBar()
}

fun boxplotOutlier(): AestheticsDefaults {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these defaults necessary?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean we don't have geometry "boxplot outliers".

override fun renderedAes(): List<Aes<*>> {
return myRenderedAes
override fun renderedAes(considerOrientation: Boolean): List<Aes<*>> {
return if (considerOrientation && isYOrientation) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks suspicious. Why "errorbar" can work without this and "boxplot" cannot?

@alshan alshan merged commit 3aa5d09 into master Jun 8, 2023
@ASmirnov-HORIS ASmirnov-HORIS deleted the refactor-boxplot branch June 9, 2023 12:53
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 this pull request may close these issues.

None yet

2 participants