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

better Makie plotting: consistency and new options #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aplavin
Copy link
Contributor

@aplavin aplavin commented Aug 9, 2024

Now, point conversion also uses quantiles by default (as rangebars and band did).
Before:
image
After:
image

Also, added options to request pmean + pstd plotting instead of pquantiles: band(..., nσ=2) plots 2*pstd intervals, similar to band(..., q=0.025) to plot 95% quantiles; scatter(..., avgfunc=pmean/pmedian/...) uses the corresponding function to convert to numbers.

UPD: the latter doesn't work for now, I guess Makie's bug...

Now, point conversion also uses quantiles by default (as rangebars and band did).

Added options to request pmean + pstd plotting instead of pquantiles.
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.

1 participant