-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
ocean colormaps #2
Comments
Strongly pro! I'm not familiar with Julia syntax though. Happy to On Thursday, October 13, 2016, Tom Breloff [email protected] wrote:
Kristen M. Thyng |
Excellent. 🎉 It's up to you... if you were to give us a list of colors for each map, it wouldn't be too hard for us to add it. I'd set you as the author of the commit so that you get credit for it, and I'd link to your paper at the top of the file. Let me know. |
Cool — the rgb values are in text files here: On Thu, Oct 13, 2016 at 4:31 PM, Tom Breloff [email protected]
Kristen M. Thyng |
These are really nice. Thanks for letting me contribute them on your behalf @kthyng! using Plots; pyplot()
cmaps = [:algae,:amp,:balance,:curl,:deep,:delta,:dense,:gray,:haline,:ice,:matter,:oxy,:phase,:solar,:speed,:tempo,:thermal,:turbid]
z = (1:10)*(1:20)'
plot([heatmap(z,fc=cm,leg=false,title=cm,ticks=nothing) for cm=cmaps]..., size=(1000,1000)) @pkofod do these inspire you to make any new themes? |
Also... isn't it about time you ditch python and switch to julia? ;) |
@tbreloff Nice work, Tom! I see there's no shortage of color fans using Julia!
The only interesting thing about ColorSchemes is that you can extract them from existing images. If there's anything useful there, help yourself! :) Edit: Fixed the font size for the labels... |
Very cool! It might be nice to have a few methods to easily load external On Saturday, October 15, 2016, cormullion [email protected] wrote:
|
Cool! And I've heard only good things about Julia, indeed. |
@kthyng: Nice colormaps... how would you feel about contributing to the available colormaps for visualization in Julia?
http://tos.org/oceanography/assets/docs/29-3_thyng.pdf
cc: @pkofod
The text was updated successfully, but these errors were encountered: