Added
- Baseplot: General plot animation module
- Barhplot: successor to Barplot, subclasses Baseplot
- BaseDatafier: General data modifier module
- BarDatafier: Handles data for Barhplot
- Related docs for the above modules
Fixed
- zorder of bars and their associated annotations.
- tick.Functionformatter callback in example3
- Minor spelling mistakes in docs
Deprecated
- Barplot is now deprecated in favor of Barhplot
- Datafier is now deprecated in favor of plot specific datafiers