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.
2 parents d6ee414 + 46600d8 commit 9c5a749Copy full SHA for 9c5a749
1 file changed
tutorials/text/text_intro.py
@@ -212,8 +212,8 @@
212
plt.show()
213
214
##############################################################################
215
-# Vertical spacing for titles is controlled via :rc:`axes.titlepad`, which
216
-# defaults to 5 points. Setting to a different value moves the title.
+# Vertical spacing for titles is controlled via :rc:`axes.titlepad`.
+# Setting to a different value moves the title.
217
218
fig, ax = plt.subplots(figsize=(5, 3))
219
fig.subplots_adjust(top=0.8)
0 commit comments