Closed jakevdp closed 5 years ago
Vega has some fairly sophisticated logic around choosing bin boundaries. Currently altair-transform does not do a good job of duplicating that logic.
We essentially need to transform the bin logic in vega-statistics to Python: https://github.com/vega/vega/blob/master/packages/vega-statistics/src/bin.js
Vega has some fairly sophisticated logic around choosing bin boundaries. Currently altair-transform does not do a good job of duplicating that logic.