luispedro / mahotas

Computer Vision in Python
https://mahotas.rtfd.io
Other
839 stars 147 forks source link

nuclear_distance_watershed.py demo small python3 problem #92

Closed iteal closed 6 years ago

iteal commented 6 years ago

The demo doesn't run because:

TypeError: object of type 'map' has no len() in colors = map(plt.cm.jet,range(0, 256, 4)) random.shuffle(colors)

luispedro commented 6 years ago

Thank you! fixed