Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 6, 2024
1 parent ed67dd5 commit 9da6cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/shift_origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
if yshift:
kwargs["Y"] = yshift
with Session() as lib:
lib.call_module(module="plot", args=build_arg_string(kwargs))
lib.call_module(module="plot", args=build_arg_list(kwargs))
self.saved_xshift = lib.get_common("X") # False or xshift in inches
self.saved_yshift = lib.get_common("Y") # False or yshift in inches

Expand Down

0 comments on commit 9da6cef

Please sign in to comment.