Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e6f028

Browse filesBrowse files
committed
Fix indentation of Arrow/Box/Connection styles tables.
They were underindented relative to the rest of the parameter docstrings.
1 parent 3c7a6f6 commit 3e6f028
Copy full SHA for 3e6f028

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/patches.py

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ def pprint_styles(cls):
21952195
table_formatstr,
21962196
'',
21972197
])
2198-
return textwrap.indent(rst_table, prefix=' ' * 2)
2198+
return textwrap.indent(rst_table, prefix=' ' * 4)
21992199

22002200
@classmethod
22012201
def register(cls, name, style):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.