ContextLab / hypertools

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

colors with animate #23

Closed KirstensGitHub closed 7 years ago

KirstensGitHub commented 7 years ago

not working... hyp.plot([HRC_data,Trump_data],color=['blue','red'])

KirstensGitHub commented 7 years ago

also, plot(x, animate=True, point_color=labels) --> error

andrewheusser commented 7 years ago

the first case now works with 4af5ea1

@jeremymanning the second case plot(x, animate=True, point_color=labels) I think we are not supporting?