hypertools icon indicating copy to clipboard operation
hypertools copied to clipboard

animation legend looks wrong

Open urasam39 opened this issue 7 years ago • 1 comments

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)

urasam39 avatar May 04 '18 02:05 urasam39

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).

andrewheusser avatar May 04 '18 03:05 andrewheusser