Skip to content

Commit 4137380

Browse files
ckcherry23oscargus
andauthored
Add version details in ellipse annotation docstring
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 0ce7403 commit 4137380

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,11 @@ def __call__(self, x0, y0, width, height, mutation_size):
23422342

23432343
@_register_style(_style_list)
23442344
class Ellipse:
2345-
"""An elliptical box."""
2345+
"""
2346+
An elliptical box.
2347+
2348+
.. versionadded:: 3.7
2349+
"""
23462350

23472351
def __init__(self, pad=0.3):
23482352
"""

0 commit comments

Comments
 (0)