-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Plot_hinton imaginary section displays incorrect elements #8324
Comments
The second part of this issue (The size of the square of the elements are not equal for the imaginary plot) will be fixed by #8447. I am investigating in the first part of the issue. The hinton plot currently plots the matrix transversely. I am not sure if this is the expected behavior.
produces |
The first part of the issue I think its related with the elements displayed on the hinton plot
|
This the second example specific : elements related to real as well as imaginary section.
|
Environment
What is happening?
In the Visualization section: plot_hinton
It displays 2 plots : one for real and one for imaginary
There are 2 issues:
How can we reproduce the issue?
What should happen?
We expect the following plot_hinton
Any suggestions?
We make few simple changes in the state_visualizaton.py file and we can obtain the correct plot for the imaginary section in the plot_hinton.
The text was updated successfully, but these errors were encountered: