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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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.

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.
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()
1 participant