ofgulban / segmentator

3D MRI data exploration and segmentation tool.
https://github.com/ofgulban/segmentator/wiki
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

New Matplotlib version glitch #80

Closed ofgulban closed 5 years ago

ofgulban commented 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.

ofgulban commented 5 years ago

Seems to be solved by using zorder argument.