Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4f7531

Browse files
authored
DOC: add version added note to new clear kwarg
1 parent 8a0ad0d commit d4f7531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,8 @@ def __init__(self, axes, *, pickradius=15, clear=True):
647647
Whether to clear the Axis on creation. This is not required, e.g., when
648648
creating an Axis as part of an Axes, as ``Axes.clear`` will call
649649
``Axis.clear``.
650+
651+
.. versionadded:: 3.8
650652
"""
651653
super().__init__()
652654
self._remove_overlapping_locs = True

0 commit comments

Comments
 (0)