jeremymanning / hypertools

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

color management bugs #24

Open jeremymanning opened 2 years ago

jeremymanning commented 2 years ago

this should result in black dots, but instead crashes:

hyp.plot(data, 'k.')

this should also work, but instead crashes:

hyp.plot(data, '.', color='k')

this works correctly, however: hyp.plot(data[0], '.', color='k')