We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980dcfe commit bf05ab0Copy full SHA for bf05ab0
1 file changed
pygmt/figure.py
@@ -136,7 +136,9 @@ def region(self) -> np.ndarray:
136
wesn = lib.extract_region()
137
return wesn
138
139
- def _update_current_region(self, region: str | Sequence[float] | np.ndarray | None) -> None:
+ def _update_current_region(
140
+ self, region: str | Sequence[float] | np.ndarray | None
141
+ ) -> None:
142
"""
143
Update the current region tracking.
144
0 commit comments