Skip to content

Commit 3f40842

Browse files
committed
Remove note on shift_origin added in #536
1 parent eae20e5 commit 3f40842

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pygmt/figure.py

-8
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,6 @@ def shift_origin(self, xshift=None, yshift=None):
316316
Shift plot origin in x direction.
317317
yshift : str
318318
Shift plot origin in y direction.
319-
320-
Notes
321-
-----
322-
For GMT 6.1.0, this function can't be used as the first plotting
323-
function of :meth:`pygmt.Figure`, since it relies the *region* and
324-
*projection* settings from previous commands.
325-
326-
.. TODO: Remove the notes when PyGMT bumps to GMT>=6.1.1.
327319
"""
328320
self._preprocess()
329321
args = ["-T"]

0 commit comments

Comments
 (0)