mattjj / pyhsmm

MIT License
546 stars 173 forks source link

when plotting high-dimensional Gaussians, use first two dims. Fixes #66 #68

Closed danstowell closed 8 years ago

danstowell commented 8 years ago

This matches up with how high-dimensional data is plotted.

It's a fairly simple-minded fix: only works for Gaussians, and doesn't allow the user to specify which dimensions (in #66 as a nice-to-have)

mattjj commented 8 years ago

Thanks!