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

Updates to the colorbar and some bug fixes #43

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

joshcalcino
Copy link

I have added more control over the way the colorbar is made. The previous version would try and combine the colorbar and plot within the ax object. I added an argument that allows the user to divide the colorbar and plot axes. This is useful when the user is trying to create a multi-panel plot and only want one colorbar on the plot (so each imshow ax has the same dimensions).

Added some bug fixes when importing phantom ev files.

Removed vmin and vmax kwargs before they're sent to plt.imshow and added them to norm function instead. This prevents a ValueError from occuring in the newest version of matplotlib.

@dmentipl
Copy link
Owner

Thanks very much for the contribution @joshcalcino. Sorry for my slow response. I'll take a detailed look this week.

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

Successfully merging this pull request may close these issues.

2 participants