We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ded0a99 + 1d9205f commit e5292e4Copy full SHA for e5292e4
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