Releases: ghiffaryr/grplot
Releases · ghiffaryr/grplot
v0.9.5
What's new?
- thousand separator .L and .cL bug of number below limit matplotlib.rcParams['axes.formatter.limits'] fixed.
v0.9.4
What's new?
- unsupported "de" locale warning and solution added.
- removed order and estimator parameter from paretoplot.
v0.9.3
What's new?
- first valid index implemented instead of using index 0 for pandas dataframe.
v0.8
What's new?
- scientific text algorithm implemented which refers to matplotlib.rcParams['axes.formatter.use_mathtext'] value.
- text position recalibrated and 'h+o' text position algorithm for negative bar value implemented.
v0.7.2
What's new?
- histplot cumulative text bug fixed.
- boxplot showmeans and meanprops argument added.