-
Notifications
You must be signed in to change notification settings - Fork 228
Add common aliases xshift (X) and yshift (Y) #624
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
Changes from all commits
8a99a1f
72f9ae2
0e87164
a911bd3
854b2e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,15 @@ | |
"W": """\ | ||
pen : str | ||
Set pen attributes for lines or the outline of symbols.""", | ||
"XY": """\ | ||
xshift : str | ||
``[a|c|f|r][xshift]``. | ||
Shift plot origin in x-direction. | ||
yshift : str | ||
``[a|c|f|r][yshift]``. | ||
Shift plot origin in y-direction. Full documentation is at | ||
:gmt-docs:`gmt.html#xy-full`. | ||
""", | ||
Comment on lines
+56
to
+64
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ok, sticking with the simplified docstring, and added a link to the full documentation. Below is how it looks like rendered, let me know if we should expand this a little bit more: |
||
"j": """\ | ||
distcalc : str | ||
``e|f|g``. | ||
|
Uh oh!
There was an error while loading. Please reload this page.