Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generated via {sandpaper} Source : 537af71 Branch : md-outputs Author : GitHub Actions <[email protected]> Time : 2024-06-11 16:46:53 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : d47a272 Branch : main Author : Chris Endemann <[email protected]> Time : 2024-06-11 16:46:00 +0000 Message : Fix heatmap plotting bug (#470) * Fix heatmap plotting bug I ran into an odd bug while prepping to teach this workshop last week. With the current workshop environment running on Windows 10, I ran into this issue: https://stackoverflow.com/questions/77165100/only-the-first-row-of-annotations-displayed-on-seaborn-heatmap Updating both matplotlib and seaborn seemed to resolve the issue: `pip install seaborn --upgrade` `pip install matplotlib --upgrade` I propose we add these pip statements to the setup instructions. * Update learners/setup.md Co-authored-by: Sven van der Burg <[email protected]> * Update learners/setup.md --------- Co-authored-by: Sven van der Burg <[email protected]>
- Loading branch information