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 GMT argument in the cylindric projections gallery to doc standards #789

Merged
merged 16 commits into from
Jan 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc string for cyl_universal_transverse_mercator.py
  • Loading branch information
willschlitzer committed Jan 6, 2021
commit 467c7cf593f9730cdd082bf1981c16adad3d338a
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
1 part in 1,000 from true scale at equator. The ellipsoidal projection expressions are
accurate for map areas that extend less than 10 away from the central meridian.

``U[UTM Zone/][lat0/]width``: Give UTM Zone ``UTM Zone``, and the figure width.
**u**\ *UTM Zone/scale* or **U**\ *UTM Zone/width*
willschlitzer marked this conversation as resolved.
Show resolved Hide resolved

the projection is set with *u* or *U*. *UTM Zone* sets the zone for the figure, and
willschlitzer marked this conversation as resolved.
Show resolved Hide resolved
the figure size is set wtih *scale* or *width*.
"""
import pygmt

Expand Down