Skip to content

Commit d3e1e78

Browse files
authored
Merge pull request #152 from lukelbd/auto-format-fix
AutoFormatter fixes
2 parents 143836c + b423d1c commit d3e1e78

File tree

2 files changed

+202
-90
lines changed

2 files changed

+202
-90
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ There are quite a lot of deprecations for this release. Since this is
119119

120120
.. rubric:: Features
121121

122+
- Support more `~proplot.ticker.AutoFormatter` features on
123+
`~proplot.ticker.SimpleFormatter` (:commit:`6decf962`).
122124
- Support drawing colorbars with descending levels (:commit:`10763146`)
123125
- Add support for matplotlib stylesheets with `~proplot.config.use_style`
124126
function and ``style`` rc param (:commit:`edc6f3c9`).
@@ -157,6 +159,10 @@ There are quite a lot of deprecations for this release. Since this is
157159

158160
.. rubric:: Bug fixes
159161

162+
- Fix issue where `~proplot.ticker.AutoFormatter` tools were not locale-aware, i.e. use
163+
comma as decimal point sometimes (:commit:`c7636296`).
164+
- Fix issue where `~proplot.ticker.AutoFormatter` nonzero-value correction algorithm was
165+
right for wrong reasons and could be wrong in rare circumstances (:commit:`c7636296`).
160166
- Fix issue where ``matplotlib.style.use`` resets backend (:commit:`c8319104`).
161167
- Fix issue with colormaps with dots in name (:commit:`972956b1`).
162168
- Fix logarithmic scale argument parsing deprecation (:commit:`6ed7dbc5`).

0 commit comments

Comments
 (0)