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 5e10f7c

Browse filesBrowse files
authored
Merge pull request #20059 from anntzer/lrt
Include left and right titles for labeling axes in qt axes selector.
2 parents a87b3f3 + 8b6c8c9 commit 5e10f7c
Copy full SHA for 5e10f7c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎lib/matplotlib/backends/backend_qt5.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,8 @@ def edit_parameters(self):
674674
titles = [
675675
ax.get_label() or
676676
ax.get_title() or
677+
ax.get_title("left") or
678+
ax.get_title("right") or
677679
" - ".join(filter(None, [ax.get_xlabel(), ax.get_ylabel()])) or
678680
f"<anonymous {type(ax).__name__}>"
679681
for ax in axes]

0 commit comments

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