You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError Traceback (most recent call last)
in ()
14 # tree_names=['PB1t','HAt'] ## define order that plots two trees
15
---> 16 cmap=mpl.cm.Vega20 ## choose a colour map
17 vega_colours={tree:[cmap((t2)/20.0),cmap((t2+1)/20.0)] for t,tree in enumerate(tree_names)}
18
AttributeError: 'module' object has no attribute 'Vega20'
The text was updated successfully, but these errors were encountered:
AttributeError Traceback (most recent call last)
in ()
14 # tree_names=['PB1t','HAt'] ## define order that plots two trees
15
---> 16 cmap=mpl.cm.Vega20 ## choose a colour map
17 vega_colours={tree:[cmap((t2)/20.0),cmap((t2+1)/20.0)] for t,tree in enumerate(tree_names)}
18
AttributeError: 'module' object has no attribute 'Vega20'
The text was updated successfully, but these errors were encountered: