-
Notifications
You must be signed in to change notification settings - Fork 361
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
Failed to specify the suffix for latitudes (i.e. N/S) in the polar coordinate system (-Jp, -JP) #5120
Comments
Thanks for the post. I guess GMT cannot know what the angular measures are, so it will need to be told. It looks like it assumes these are always longitudes. I think we need to contemplate a situation where we can communicate to -JP the following
I am guessing we need to add a new modifier to -JP|p, e.g. +kkind, where kind may be x (longitude) or y (latitude). The default would just be degrees. Alternatively, we use -f0x and -f0y instead to indicate the same information. Other thoughts on this, @joa-quim, @meghanrjones and @seisman ? |
This solution seems good to me. |
This makes more sense to me. |
Thank you for your quick reply. I'm looking forward to the new modifier. By the way, do you know how to enable the axis label for |
No such option at the moment. I am having a look. |
Description of the problem
I wanted to plot data that are given in polar coordinates (latitude, radius), so I chose the linear projection
-JP
. But I encountered the following problems:-JP
.Full script that generated the error
Here is a minimum working example:
I have tried
-JP3c+z+t0+a
, but it didn't work.Actual outcome
Expected outcome
I want to change W (E) to S (N), like this:
System information
gmt --version
): 6.1.1The text was updated successfully, but these errors were encountered: