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
When updating a code from python 2 to python 3, QuadMesh stops recognizing the colorbar limits 'clim'.
The code below produces different results in python 2 than python 3.
import numpy as np
import holoviews as hv
hv.notebook_extension()
Thanks for reporting this, very odd indeed. Will have to investigate. I know matplotlib sometimes has issues with dictionary ordering, so let's hope it's not that.
The clims style option was incorrectly defined as clim which caused these issues. This has now been fixed in the PR referenced above. If you're still encountering problems please reraise the issue.
When updating a code from python 2 to python 3, QuadMesh stops recognizing the colorbar limits 'clim'.
The code below produces different results in python 2 than python 3.
python 2 output:
python 3 output:
The text was updated successfully, but these errors were encountered: