We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b13a9c8 + 0edd2a6 commit b3b3c65Copy full SHA for b3b3c65
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