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

Colorbar ignores the GMTcpt input if non keywords as cmap=cpt #234

Open
joa-quim opened this issue May 3, 2019 · 0 comments
Open

Colorbar ignores the GMTcpt input if non keywords as cmap=cpt #234

joa-quim opened this issue May 3, 2019 · 0 comments

Comments

@joa-quim
Copy link
Member

joa-quim commented May 3, 2019

If a current_cmap exists, then that's was is picked instead of geoid_cpt in

colorbar!(geoid_cpt, pos=(anchor=:TR, inside=true, ...

Current solution is to be explicit as in

colorbar!(cmap=geoid_cpt, pos=(anchor=:TR, inside=true, ...

but this is not fully satisfying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant