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 ded0a99 commit 1d9205fCopy full SHA for 1d9205f
tutorials/text/text_intro.py
@@ -211,8 +211,8 @@
211
plt.show()
212
213
##############################################################################
214
-# Vertical spacing for titles is controlled via :rc:`axes.titlepad`, which
215
-# 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.
216
217
fig, ax = plt.subplots(figsize=(5, 3))
218
fig.subplots_adjust(top=0.8)
0 commit comments