Minor bug fixes including:
- shade kwarg added to plot for easier plotting of large numbers of neurons
- Motion model update to prevent rat escaping internal boxes (an edge case I'd never thought to consider but was brought to my attention by @romanpogodin)
- Better commenting of speed params in 2D
- Vector cell coloring bug
What's Changed
- Added shade_kwargs to utils.mountain_plot(). by @colleenjg in #122
- Resetting the colors of vector cells bugfix by @Alxec in #124
- Speed mean and std in 2D by @colleenjg in #126
Full Changelog: v1.15.2...v1.15.3