sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| import numpy as np | |
| import seaborn as sb | |
| import matplotlib.pyplot as plt | |
| import matplotlib as mpl | |
| from matplotlib.collections import PatchCollection | |
| #### heatmap_circle() | |
| ## | |
| ## Creates a heatmap of values, with size of the circle at a given (row,col) as a second dimension | |
| ## uses seaborn's clustermap to provide biclustering |