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

Faceting methods not linking streams correctly #1704

Closed
philippjfr opened this issue Jul 9, 2017 · 1 comment · Fixed by #4012
Closed

Faceting methods not linking streams correctly #1704

philippjfr opened this issue Jul 9, 2017 · 1 comment · Fixed by #4012
Assignees
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@philippjfr
Copy link
Member

philippjfr commented Jul 9, 2017

Currently it seems the faceting methods like .layout and .grid are not correctly linking streams. This means that when running:

aggregate(dmap).layout().cols(3)

The resulting plots do not have a linked range stream while this does work:

aggregate(dmap.layout()).cols(3)

Streams will appropriately have to be copied in this case.

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Jul 9, 2017
@philippjfr philippjfr added this to the v1.9 milestone Sep 23, 2017
@philippjfr philippjfr self-assigned this Sep 23, 2017
@philippjfr philippjfr modified the milestones: v1.9, v2.0 Oct 6, 2017
@philippjfr philippjfr modified the milestones: v2.0, v1.12.6 Oct 2, 2019
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant