ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

animation legend looks wrong #207

Open urasam39 opened 6 years ago

urasam39 commented 6 years ago

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 commented 6 years ago

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