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: RSAbstractBandPlot to abstract bands behavior AND Add horizontal option to RSBoxPlot #584

Merged
merged 13 commits into from
Aug 8, 2023

Conversation

kevca87
Copy link
Contributor

@kevca87 kevca87 commented Aug 8, 2023

No description provided.

@kevca87 kevca87 changed the title Refactor: RSAbstractBandPlot to abstract bands behavior of RSBoxPlot and RSViolinPlot Refactor: RSAbstractBandPlot to abstract bands behavior of RSBoxPlot and RSViolinPlot AND Add horizontal option to RSBoxPlot Aug 8, 2023
@kevca87 kevca87 changed the title Refactor: RSAbstractBandPlot to abstract bands behavior of RSBoxPlot and RSViolinPlot AND Add horizontal option to RSBoxPlot Refactor: RSAbstractBandPlot to abstract bands behavior AND Add horizontal option to RSBoxPlot Aug 8, 2023
@kevca87
Copy link
Contributor Author

kevca87 commented Aug 8, 2023

| boxPlot data |
data := { { 1. 2. 3. 4. 5. } .
		{ 5. 6. 7. 5. 10. }  .
		{ 12. 12. 13. 14. 15. 24. }  }.
boxPlot := RSBoxPlot data: data.
boxPlot horizontal.
boxPlot open.

image

@akevalion akevalion merged commit 8e0a46c into ObjectProfile:master Aug 8, 2023
5 checks passed
@akevalion
Copy link
Contributor

merged!

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.

2 participants