8000 Document style='comma' in next_api_changes · matplotlib/matplotlib@42b4aaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 42b4aaa

Browse files
committed
Document style='comma' in next_api_changes
1 parent 331120f commit 42b4aaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Different exception types for undocumented options
2+
--------------------------------------------------
3+
4+
- Passing ``style='comma'`` to :meth:`~matplotlib.axes.Axes.ticklabel_format`
5+
was never supported. It now raises ``ValueError`` like all other
6+
unsupported styles, rather than ``NotImplementedError``.

0 commit comments

Comments
 (0)
0