We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b9b328 + d1d00f2 commit 106cbf0Copy full SHA for 106cbf0
pyneuroml/pynml.py
@@ -1110,7 +1110,7 @@ def reload_saved_data(lems_file_name,
1110
% (file_name, ' (%s)' % simulator if simulator else '')
1111
)
1112
print_comment_v("Reloading: %s" % info)
1113
- fig.canvas.set_window_title(info)
+ fig.canvas.manager.set_window_title(info)
1114
1115
legend = False
1116
for key in cols:
@@ -1690,7 +1690,7 @@ def generate_plot(xvalues,
1690
fig = plt.figure()
1691
ax = fig.add_subplot(111)
1692
1693
- fig.canvas.set_window_title(title)
+ fig.canvas.manager.set_window_title(title)
1694
if title_above_plot:
1695
plt.title(title)
1696
0 commit comments