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

Update lib.py to fix #901 #1037

Closed
wants to merge 2 commits into from
Closed

Update lib.py to fix #901 #1037

wants to merge 2 commits into from

Conversation

siufai6
Copy link

@siufai6 siufai6 commented Aug 4, 2023

Fixes #901

Heatmap plots requires at least two parameters (variables) in the heatmap Series. Add an assert before calling _plot_heatmap to guard against the case of having only 1 variable.

siufai6 added 2 commits August 3, 2023 16:04
Heatmap plots requires at least two parameters (variables) in the heatmap Series.  Add an assert before calling _plot_heatmap to guard against the case of having only 1 variable.
@kernc kernc force-pushed the master branch 5 times, most recently from 428c361 to 0ce6cab Compare January 21, 2025 07:25
@kernc
Copy link
Owner

kernc commented Jan 21, 2025

Thanks. And apologies—already fixed in cb58822.

@kernc kernc closed this Jan 21, 2025
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.

Error of plot_heatmaps()
2 participants