forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
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*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters