We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apparently a bug in linlog logic; removing the imshow section, plots look fine
The text was updated successfully, but these errors were encountered:
Looks like an incompatible Matplotlib 2.0 change of behavior: http://matplotlib.org/users/whats_new.html#non-linear-scales-on-image-plots
The idea to use pcolormesh is almost offensive, as it's unbearably slow. Possibly the NonUniformImage class is a better way to go: http://matplotlib.org/examples/pylab_examples/image_nonuniform.html
pcolormesh
NonUniformImage
Sorry, something went wrong.
Or we plot a linear axis with the imshow with no labels and no ticks over the log axis
Not sure this issue persists, but we are using a much newer matplotlib now, so maybe it works. The code in these lines coul be tested again..
philippeller
No branches or pull requests
apparently a bug in linlog logic; removing the imshow section, plots look fine
The text was updated successfully, but these errors were encountered: