We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f7531 commit b86c8fdCopy full SHA for b86c8fd
1 file changed
lib/matplotlib/axis.py
@@ -647,7 +647,6 @@ def __init__(self, axes, *, pickradius=15, clear=True):
647
Whether to clear the Axis on creation. This is not required, e.g., when
648
creating an Axis as part of an Axes, as ``Axes.clear`` will call
649
``Axis.clear``.
650
-
651
.. versionadded:: 3.8
652
"""
653
super().__init__()
0 commit comments