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

animation legend looks wrong #207

Open
urasam39 opened this issue May 4, 2018 · 1 comment
Open

animation legend looks wrong #207

urasam39 opened this issue May 4, 2018 · 1 comment
Labels

Comments

@urasam39
Copy link

urasam39 commented May 4, 2018

I'm using hypertools 0.5.0 on mac 10.13.4.

When I show legend while animation like this,

import hypertools as hyp
geo = hyp.load('weights_avg')
geo.plot(animate=True, legend=True)

two legends was generated.

outputanimate

What is second "1" and "2" ??

If no animation, legend was ok.

no_animate

import hypertools as hyp
geo = hyp.load('weights_avg')
geo.plot(legend=True)
@andrewheusser
Copy link
Collaborator

Thanks for the submitting the issue. I'm getting the same thing on my end so it looks like a bug! I'll add it to the list for the next release (0.5.1).

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

No branches or pull requests

2 participants