Closed EdbertTheda closed 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
Can you check the version of matplotlib that you are using, and update it to a recent version if necessary?
This issue is probably caused by outdated dependencies on the users machine.
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