I am quite new to mathematica and I am searching for a way to create a smooth colormap based on the samples given by http://colorbrewer2.org/ . Is it possible to create a interpolated function from those sample points?!
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
I enter RGB values in a matrix using Ctrl+, and Ctrl+Enter (tutorial):
Then create a color function
And use it:
|
|||||||||||
|
|
If these are the RGB values of the color scheme:
you can blend them in this way:
|
|||





Blend[]... – J. M.♦ Nov 16 '12 at 13:54Blendwill depend on you intended use. – m_goldberg Nov 16 '12 at 15:30