Skip to content

Instantly share code, notes, and snippets.

@willyhagi
Created February 28, 2019 15:47
Show Gist options
  • Save willyhagi/9895a6682599944d17c00f61099df151 to your computer and use it in GitHub Desktop.
Save willyhagi/9895a6682599944d17c00f61099df151 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(12, 5))
sns.heatmap(data=mbh99['Temperature'][np.newaxis,:],
cmap='seismic', cbar=False,
vmin=-.4, vmax=.1, center=0.,
xticklabels=False, yticklabels=False,
)
plt.tight_layout()
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment