You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @XGG7
Thanks for asking, we will update the visualization code.
For now, you can use the seaborn package. The maps were generated with this command:
hx = sns.heatmap(x, vmin=rng[0], vmax=rng[1], cbar=False, cbar_ax=False, cmap=cm.jet)
Hello,I also face the same problem. Where should I insert this code? Can you be more specific?
hx = sns.heatmap(x, vmin=rng[0], vmax=rng[1], cbar=False, cbar_ax=False, cmap=cm.jet)
No description provided.
The text was updated successfully, but these errors were encountered: