Skip to content

Releases: ghiffaryr/grplot

v0.9.5

04 Jul 14:16
Compare
Choose a tag to compare

What's new?

  • thousand separator .L and .cL bug of number below limit matplotlib.rcParams['axes.formatter.limits'] fixed.

v0.9.4

03 Jul 15:02
Compare
Choose a tag to compare

What's new?

  • unsupported "de" locale warning and solution added.
  • removed order and estimator parameter from paretoplot.

v0.9.3

03 Jul 15:18
Compare
Choose a tag to compare

What's new?

  • first valid index implemented instead of using index 0 for pandas dataframe.

v0.9

07 Jun 04:36
Compare
Choose a tag to compare

What's new?

  • saveas feature added.

v0.8

15 May 05:41
Compare
Choose a tag to compare

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

13 May 06:39
Compare
Choose a tag to compare

What's new?

  • histplot cumulative text bug fixed.
  • boxplot showmeans and meanprops argument added.