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

Disable linking axes of different types #4179

Merged
merged 4 commits into from
Jan 11, 2020
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Jan 10, 2020

Previously axes which had values of different types would still share their ranges (causing errors) or linked their axes (causing a lot of weirdness). For now this PR disables the linking and skips computing the shared ranges. The correct solution would be to compute the ranges by type, i.e. datetime and numeric would get stored and shared separately which would allow axes to still share ranges if their types match, e.g. if there are two numeric and one datetime axes the numeric axes would at least still match.

Fixes #3845

@philippjfr philippjfr merged commit 7d9f5cc into master Jan 11, 2020
@philippjfr philippjfr deleted the link_matching_axes branch April 25, 2022 14:42
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.

Date axis disappearing when plots are composed
1 participant