[Bug]: use_locale leads to curly brackets around decimal separator #26803
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
status: confirmed bug
Milestone
Bug summary
If I set
plt.rcParams["axes.formatter.use_locale"] = True
, the decimal separator is displayed in curly brackets in v3.8.0. This was not the case in 3.7.3. But only when the decimal separator is a comma.Code for reproduction
Actual outcome
Expected outcome
As described in the bug description, in v 3.7.3 this simply led to a comma as decimal separator which is not displayed in curly brackets
Additional information
No response
Operating system
Windows 11
Matplotlib Version
3.8.0
Matplotlib Backend
Qt5Agg
Python version
3.10.11
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: