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
Updating doc string for cyl_equidistant.py
  • Loading branch information
willschlitzer committed Jan 6, 2021
commit 3a34551d33caf259ec185f39b0b307d0c03480a6
5 changes: 4 additions & 1 deletion examples/projections/cyl/cyl_equidistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
latitudes. The most common form is the Plate Carrée projection, where the scaling of
longitudes and latitudes is the same. All meridians and parallels are straight lines.

``Qwidth``: Give the figure ``width``.
**q**\ */scale* or **Q**\ */width*
willschlitzer marked this conversation as resolved.
Show resolved Hide resolved

The projection is set with **q** or **Q**, and the figure size is set
with *scale* or *width*.
"""
import pygmt

Expand Down