Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'module' object has no attribute 'Vega20' for austechia.ipynb #10

Open
ghost opened this issue Aug 5, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 5, 2018

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants