We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51624b6 commit 46600d8Copy full SHA for 46600d8
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