8000 Merge pull request #18996 from timhoffm/doc-rasterized · matplotlib/matplotlib@32feab3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32feab3

Browse files
authored
Merge pull request #18996 from timhoffm/doc-rasterized
Fix API change message from #18989
2 parents 38fd428 + 6b49736 commit 32feab3

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)
0