Closed ofgulban closed 5 years ago
It seems that with the newest matplotlib (v3.0.2) 2D histogram mask does not render correctly. It seems to be drawn behind histogram image.
This is not a big issue since the matplotlib version is fixed to 2.2.2 in requirements.txt but I need to fix this for the next release.
requirements.txt
Seems to be solved by using zorder argument.
zorder
It seems that with the newest matplotlib (v3.0.2) 2D histogram mask does not render correctly. It seems to be drawn behind histogram image.
This is not a big issue since the matplotlib version is fixed to 2.2.2 in
requirements.txt
but I need to fix this for the next release.