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
Next Next commit
Update doc string for cyl_cassini.py
  • Loading branch information
willschlitzer committed Jan 5, 2021
commit 9c0f35497123890a64aa889b1910e2d3cbcff87b
5 changes: 4 additions & 1 deletion examples/projections/cyl/cyl_cassini.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
meridian, each meridian 90° away, and equator are straight lines; all other meridians
and parallels are complex curves.

``Clon0/lat0/width``: ``lon0`` and ``lat0`` specifies the projection center.
**c**\ *lon0/lat0*\ */scale* or **C**\ *lon0/lat0*\ */width*

The projection is set with **c** or **C**. The projection center is set by *lon0/lat0*,
and the figure size is set with *scale* or *width*.
"""
import pygmt

Expand Down