Improvements
* [Display classification label on leaf node](https://github.com/parrt/dtreeviz/issues/66)
* [Make leaf split plot for regressors to show distribution of leaf sample y's]() by [Tudor Lapusan](https://github.com/tlapusan):
<img src="https://user-images.githubusercontent.com/12815158/68297044-b46b8700-009e-11ea-8e13-ecc8f569acfe.png" width="200">
* [Show just path prediction](https://github.com/parrt/dtreeviz/pull/71) by [Tudor Lapusan](https://github.com/tlapusan)
<img src="https://user-images.githubusercontent.com/12815158/69915842-2a73cb80-145c-11ea-9b68-24844e745d3d.png" width="200">
Fixes:
* [improve documentation on coloring doc enhancement](https://github.com/parrt/dtreeviz/issues/68)
* [the right arrows in path to test data are not highlighted bug](https://github.com/parrt/dtreeviz/pull/62)