Skip to content

Commit 0ce7403

Browse files
committed
Edit documentation for ellipse annotation
1 parent 1d28f8f commit 0ce7403

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

doc/missing-references.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
],
367367
"matplotlib.patches.BoxStyle._Base": [
368368
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.Circle:1",
369+
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.Ellipse:1",
369370
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.DArrow:1",
370371
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.LArrow:1",
371372
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.Round4:1",
5.55 KB
Loading

tutorials/text/annotations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
# Class Name Attrs
193193
# ========== ============== ==========================
194194
# Circle ``circle`` pad=0.3
195+
# Ellipse ``ellipse`` pad=0.3
195196
# DArrow ``darrow`` pad=0.3
196197
# LArrow ``larrow`` pad=0.3
197198
# RArrow ``rarrow`` pad=0.3

0 commit comments

Comments
 (0)