-
Notifications
You must be signed in to change notification settings - Fork 224
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
Colorbar positioning is problematic in subplot mode #2426
Comments
After adding
For comparison, adding
So, for unknown reasons, PyGMT fails to get the history information for |
Ping @PaulWessel. Need your help here. |
Hm, got to be something different in the wrapper when it calls GMT compared to the CLI. I suggest you first do this
|
Thanks. It helps me find the culprit. It's NOT a GMT bug. It's a bug on the PyGMT side. |
Initially found in #2354 (comment).
Here is a minimal example to reproduce the issue:
The "equivalent" GMT bash script is:
PyGMT and GMT CLI produce different outputs, and the GMT CLI one is correct:
The text was updated successfully, but these errors were encountered: