mindstorm 0.7.0
This version adds a statplot
module for statistical visualization.
- Added
statplot.plot_swarm_bar
for visualizing the mean of one or more conditions along with 95% confidence intervals and the individual points in each condition using a swarm plot or strip plot. Generally supports the various options for Seaborn bar plots, such as plotting bars in different hues and creating groups of bars.