Skip to content

Commit 5eca2eb

Browse files
committed
fix: correct frame title behavoir
follow doc here: https://www.pygmt.org/dev/tutorials/basics/frames.html#title
1 parent 83ecaa9 commit 5eca2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplemeca_flask/simplemeca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def pygmt_simplemeca(
4040
fig_input.basemap(
4141
region=[-1, 1, -1, 0.73],
4242
projection="M6c",
43-
frame=[f'+n+t"{title}"']
43+
frame=[f'+n+t{title}']
4444
)
4545
focal_mechanism = dict(strike=strike, dip=dip, rake=rake, magnitude=3.5)
4646
fig_input.meca(

0 commit comments

Comments
 (0)