GuyAllard / markov_clustering

markov clustering in python
MIT License
167 stars 37 forks source link

Error Plotting #12

Closed EdbertTheda closed 5 years ago

EdbertTheda commented 5 years ago

When I code mc.draw_graph(matrix, clusters, pos=positions, node_size=50, with_labels=False, edge_color="silver"). it gets error : AttributeError: module 'matplotlib.cm' has no attribute 'tab20'. How do I fix this? thank you

GuyAllard commented 5 years ago

Can you check the version of matplotlib that you are using, and update it to a recent version if necessary?

GuyAllard commented 5 years ago

This issue is probably caused by outdated dependencies on the users machine.