Skip to content

Commit 6b49736

Browse files
committed
Fix API change message from matplotlib#18989
- Use correct issue number in filename - Fix typo `non` -> `None`
1 parent 87119ea commit 6b49736

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/api/next_api_changes/behavior/18988-TH.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Artist property *rasterized* cannot be *None* anymore
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
It is now a bool only. Before the default was *None* and
4+
`.Artist.set_rasterized` documented to accept *None*. However, *None* did not
5+
have a special meaning and was treated as *False*.

0 commit comments

Comments
 (0)