nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
143 stars 54 forks source link

'normed' kwarg was deprecated in Matplotlib 2.1 #176

Closed binarybottle closed 5 years ago

binarybottle commented 5 years ago

When running plots.py:

The 'normed' kwarg was deprecated in Matplotlib 2.1 and will be removed in 3.1. Use 'density' instead.

https://github.com/taborlab/FlowCal/issues/287

binarybottle commented 5 years ago

Fixed by replacing "normed" with "normed_area"