Skip to content

multiplots with patchwork #100

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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

vandenman
Copy link
Contributor

@Kucharssim this is an attempt to revive #72

I left the code mostly as is, except for the stuff I commented on below. I still need to test if the changes to jaspHistogram result in breaking changes for the unit tests.

@vandenman vandenman requested a review from Kucharssim May 22, 2024 12:42
@vandenman vandenman changed the title implement bare scatter multiplots with patchwork May 22, 2024
hideYAxisLabels = density,
hideXAxisName = FALSE,
hideYAxisName = FALSE,
xBreaks = NULL
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Kucharssim any idea why you added this in the past, and if this is an appropriate name for it? I realize it's been a while 😅

Copy link
Member

Choose a reason for hiding this comment

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

do you mean only xBreaks or the other arguments in general?

the xBreaks were added so that we can pass the same breaks into different plotting functions in the matrix or bivariate with margins plots. I do not remember about the rest of the args but I can try to read the code a bit more and remember.

but, iirc, I wasn't happy with the jaspHistogram changes I did there to make it work with the jaspMatrixPlot, that's why there's also the new jaspMarginal functionality. Specifically, I think ideally we would use only the jaspMarginal, jaspBivariate, jaspBivariateWithMargins, and jaspMatrixPlot together and revert the changes to jaspHistogram, so that analyses that already used jaspHistogram will still work normally. But I think the jaspMarginal is not fully working so there's still some work to be done there 🥲

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