Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update region and projection standard docstrings #1510

Merged
merged 8 commits into from
Oct 12, 2021
Next Next commit
update R and J common docstring
  • Loading branch information
willschlitzer committed Sep 14, 2021
commit f61caeaa897b71d58feb5118d6209d46cef88b5e
2 changes: 0 additions & 2 deletions pygmt/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
COMMON_OPTIONS = {
"R": r"""
region : str or list
*Required if this is the first plot command*.
*xmin/xmax/ymin/ymax*\ [**+r**][**+u**\ *unit*].
Specify the :doc:`region </tutorials/regions>` of interest.""",
"J": r"""
projection : str
*Required if this is the first plot command*.
*projcode*\[*projparams*/]\ *width*.
Select map :doc:`projection </projections/index>`.""",
"A": r"""
Expand Down