Skip to content

Commit 50aee83

Browse files
committed
FIX: figureoptions updates title string only
1 parent 91b8a07 commit 50aee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def apply_callback(data):
194194
raise ValueError("Unexpected field")
195195

196196
title = general.pop(0)
197-
axes.set_title(title)
197+
axes.title.set_text(title)
198198
generate_legend = general.pop()
199199

200200
for i, (name, axis) in enumerate(axis_map.items()):

0 commit comments

Comments
 (0)