We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6451c2 commit 973b948Copy full SHA for 973b948
1 file changed
examples/get-started/first_figure.py
@@ -146,9 +146,6 @@
146
# example below. This format uses ``frame`` to set both the axes gridlines and
147
# the figure title.
148
#
149
-# If the figure title has any spaces, the string to set the title needs to
150
-# be wrapped in single-quotes, while the actual title is set in double quotes
151
-# (e.g. setting the title to "A Title" would use the syntax ``'+t"A Title"'``.
152
153
fig = pygmt.Figure()
154
fig.coast(
0 commit comments