Open urasam39 opened 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.
What is second "1" and "2" ??
If no animation, legend was ok.
import hypertools as hyp geo = hyp.load('weights_avg') geo.plot(legend=True)
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).
I'm using hypertools 0.5.0 on mac 10.13.4.
When I show legend while animation like this,
two legends was generated.
What is second "1" and "2" ??
If no animation, legend was ok.