-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
[BUG] grouping Measurement data leads to wrong errorbars in plot #4917
Comments
I did some digging. First I thought the problem was downstream with the Measurements.jl recipe, but I do not know what could be wrong with it. Instead, looking at how the # RecipesPipeline/src/group.jl
function filter_data!(plotattributes::AKW, idxfilter)
for s in (:x, :y, :z)
plotattributes[s] = filter_data(get(plotattributes, s, nothing), idxfilter)
end Which will filter the data but not |
It should go to.v2 thanks |
* RecipesPipeline: GroupBy: apply idxfilter to errorbars too Fixes #4917 * modifiy .zenodo.json --------- Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Details
Quite scary. It seems like in the group version, the ungrouped list of uncertainties is accessed using the intra-group index.
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.40.3
Backend version (
]st -m <backend(s)>
): GR v0.73.3, UnicodePlots v3.6.4Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: