Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d6dbe95 commit 2dd00d4Copy full SHA for 2dd00d4
1 file changed
examples/figtext.py
@@ -14,8 +14,7 @@ def f(t):
14
plot(t1, f(t1), 'bo', t2, f(t2), 'k')
15
title('subplot 1')
16
ylabel('Damped oscillation')
17
-t = gcf().text(0.5, 0.95, 'Figure Title',
18
- fontsize=20, horizontalalignment='center')
+t = gcf().text(0.5, 0.95, 'Figure Title: A really, really, really, really long figure title', fontsize=20)
19
20
21
subplot(122)
0 commit comments