Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132922 views
License: OTHER
1
result = x[0] - x.mean(axis=0)
2
fig = plt.figure(figsize=(16, 8))
3
plt.imshow(result, cmap='RdBu_r')
4