Changelog:
Changes
**Update dist_plot()**
- Update the implementation of *dist_plot()* to be compatible with the latest version of seaborn (0.11.1). The old implementation is deprecated and will be removed in future versions.
- Introduce sampling for large datasets (10k rows) what significantly speeds up plotting. Summary statistics continue to be based on the entire dataset, however, the figures use 10000 randomly sampled points.
- Minor cosmetic changes
**Several fixes and code quality improvements**