v0.5.0 is a long-overdue release of plot-likert. Thank you for everyone's patience!
However, please note that some of the newer features have not gone through a whole lot of testing. If something doesn't work for you, please open an issue!
Compatibility improvements/fixes
- 7bfcf46 - Support newer versions of Pandas (above 1.5.0). Apologies to anyone who experienced the error
TypeError: DataFrame.set_axis() got an unexpected keyword argument 'inplace'
(#42)!
New features & APIs
- #40 - Allow different colors for bar labels - thank you @especiallyblue for the feature request!
- f08789b - The main module is now available to downstream users as
plot_likert.__internal__
. This allows easier modification of some of the hard-coded constants. See here for an example of using this to change the bar label, rounding the values to the nearest integer.
Bug fixes
- #38 - Fix exception when plotting small sample sizes - thank you @romanwolf-git for reporting!
- #44 - Don't truncate values in bar labels - thanks @EarlvanEick for the report!