* Fix `join` so that it keeps all rows in the inner join of two tables.
0.10.0
* Added `group_barh` and `group_bar` to plot counts by a grouping category, a common use case. * Added options to `hist` to produce a histogram for each group on a column. * Deprecated Table method `pivot_hist`. Added an option to `hist` to simulate `pivot_hist`'s behavior.
0.9.5
* DistributionFormatter added.
0.9.4
* Fix bug for relabeled columns that had a format already.
0.9.3
* Circles bound to values determine the circle area, not radius.
0.9.2
* Scatter diagrams can take data-driven size and color parameters.