📚 The CoCalc Library - books, templates and other resources
1result = x[0] - x.mean(axis=0) 2fig = plt.figure(figsize=(16, 8)) 3plt.imshow(result, cmap='RdBu_r') 4