Commit 87119ea
The Artist property rasterized cannot be None anymore (matplotlib#18989)
* The Artist property rasterized cannot be None anymore
It is now a bool only. Before the default was non and
`Artist.set_rasterized` documented to accept *None*. However, *None*
did not have a special meaning and was treated as *False.
* DOC: add missing markup
* Fix unresolved reference.
Co-authored-by: Thomas A Caswell <[email protected]>1 parent 3b9ec68 commit 87119ea
File tree
2 files changed
+7
-2
lines changed- doc/api/next_api_changes/behavior
- lib/matplotlib
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
901 | | - | |
| 901 | + | |
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
| |||
0 commit comments