We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Amazing resource! My JS is a little rusty but would it be possible to create a divergent colorbar that is centred on 0.5 and ranges [0,1]?
I am not sure how to adapt the sprintf JS lines in the function to do that?
The text was updated successfully, but these errors were encountered:
Hi Richard @rb643 , You can see from the source code itself that my js-fu is also not so optimal. The solution I took is inspired by the answer I found on StackOverflow: https://stackoverflow.com/questions/33521828/stylecolorbar-center-and-shift-left-right-dependent-on-sign/33524422#33524422 Probably it is possible to "simply" adapt that? Still, goes beyond my knowledge of javascript 😞
Sorry, something went wrong.
No branches or pull requests
Amazing resource! My JS is a little rusty but would it be possible to create a divergent colorbar that is centred on 0.5 and ranges [0,1]?
I am not sure how to adapt the sprintf JS lines in the function to do that?
The text was updated successfully, but these errors were encountered: