You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Artist property rasterized cannot be None anymore (#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 <tcaswell@gmail.com>
0 commit comments