You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use quantile stat var in the geom_violin().
* Fix test for the YDensityStat.
* Fix quantile line for the last quantile for the geom_violin().
* Fix tooltips color when quantiles using for the geom_violin().
* Fix docstrings for the geom_violin() function.
* Tiny fix in the docstrings. Update future_changes.md file.
* Add quantiles to the geom_area() and geom_density().
* Hide quantile aesthetic for the all geometries that are uses it.
* Update docstrings for the geom_density() function.
* Tiny refactor fixes.
* Update future_changes.md.
* Rename param 'quantiles' back to 'draw_quantiles' for the geom_violin().
* Refactor using of the QuantilesHelper.
* Use grouping to remove extra lines for the area geometry.
* Fix issue #658.
* Tiny fix in the future_changes.md file.
* Tiny fixes after merging with the master branch.
* In the geom_violin() parameter 'draw_quantiles' renamed to 'quantiles'.
* Add example to AreaBatik.
* Use expandByGroupEnds() in DensityStat. Add StackingType and use LN type for the AreaGeom.
* Small fixes in code style in geometries.
* Remove extra parameters from the AreaGeom.
* Refactor DensityStatUtil and QuantilesHelper (mostly about visibility).
* Upgrade spec descriptions in demo.
* Small fixes in code.
* Refactor DensityStatUtil.expandByGroupEnds and add some tests for it.
* Add tests for the QuantilesHelper and refactor it.
* Remove extra borders simplification from AreaGeom and ViolinGeom.
* Fix throwing messages in the BogusContext.
* Refactor QuantilesHelper.
* Refactor DensityStatUtil.calculateStatQuantile().
* Tiny fix in StatProto.
* Refactor DensityStatUtil.
* Refactor StackPos.
Example:
Result:
The text was updated successfully, but these errors were encountered: