Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please release the code of painting entropy maps? #13

Open
chenxinli001 opened this issue Dec 3, 2019 · 3 comments
Open

Could you please release the code of painting entropy maps? #13

chenxinli001 opened this issue Dec 3, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@chenxinli001
Copy link

No description provided.

@tuanhungvu
Copy link
Collaborator

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)

Best,
T-H

@tuanhungvu tuanhungvu reopened this Dec 19, 2019
@tuanhungvu tuanhungvu added the enhancement New feature or request label Dec 19, 2019
@jn-z
Copy link

jn-z commented May 5, 2020

Can you be more specific? According to the function you give, we can't draw the same energy maps! thank you!

@zengkaiwei
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants