Conversation
shape parameter to mcmc_scattershape argument to mcmc_scatter
Member
|
Looks good, and I tested that it worked in my use case |
Collaborator
Author
|
Great then! I'll see what's going wrong with the tests and finish this PR |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #375 +/- ##
==========================================
+ Coverage 98.62% 98.66% +0.03%
==========================================
Files 35 35
Lines 5748 5749 +1
==========================================
+ Hits 5669 5672 +3
+ Misses 79 77 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jgabry
approved these changes
Sep 8, 2025
Member
jgabry
left a comment
There was a problem hiding this comment.
Great, thanks @behramulukir. Everything looks good, so I'll go ahead and merge it now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Until now, users were able to control the look of their divergent points via the
np_styleargument andscatter_style_npfunction. Even though themcmc_scatterfunction provided some control over the look of main points, such asalphaandsizeof them, users were not able to change the shape of the main points.This PR adds
shapeargument tomcmc_scatterto give users control over the shape of their main points, as requested by @avehtari in #45.Tasks:
Examples
Similarly, users can control the shapes of their main points when they have divergent points.