Skip to content

Commit 973b948

Browse files
authored
Update the description of setting titles in tutorial (#1950)
1 parent c6451c2 commit 973b948

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/get-started/first_figure.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@
146146
# example below. This format uses ``frame`` to set both the axes gridlines and
147147
# the figure title.
148148
#
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"'``.
152149

153150
fig = pygmt.Figure()
154151
fig.coast(

0 commit comments

Comments
 (0)