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

Set categorically shaded when there's more than one variable #843

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Aug 25, 2022

The docs built failed here as y is implicitly set to ['air'], which was not anticipated in this conditional:

        elif ((isinstance(self.y, list) or self.y is None and len(set(self.variables) - set(self.indexes)) > 1) and
              self.kind in ('scatter', 'line', 'area')):

@maximlt maximlt merged commit f6ec500 into master Aug 25, 2022
@maximlt maximlt deleted the fix_categorical_shade branch August 25, 2022 11:09
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