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

Commits on Aug 3, 2023

  1. Update lib.py to fix kernc#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 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    43d4b98 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #1 from siufai6/siufai6-fix-901

    Update lib.py to fix kernc#901
    siufai6 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1d733b9 View commit details
    Browse the repository at this point in the history