Skip to content

Commit 18e3e4d

Browse files
committed
Reorder boxstyle options alphabetically
1 parent 4e47755 commit 18e3e4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/missing-references.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
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",
370369
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.DArrow:1",
370+
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.Ellipse:1",
371371
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.LArrow:1",
372372
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.Round4:1",
373373
"lib/matplotlib/patches.py:docstring of matplotlib.patches.BoxStyle.Round:1",

tutorials/text/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
# Class Name Attrs
193193
# ========== ============== ==========================
194194
# Circle ``circle`` pad=0.3
195-
# Ellipse ``ellipse`` pad=0.3
196195
# DArrow ``darrow`` pad=0.3
196+
# Ellipse ``ellipse`` pad=0.3
197197
# LArrow ``larrow`` pad=0.3
198198
# RArrow ``rarrow`` pad=0.3
199199
# Round ``round`` pad=0.3,rounding_size=None

0 commit comments

Comments
 (0)