Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Created April 22, 2016 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericoporto/e011743ae094494df216637140940bc1 to your computer and use it in GitHub Desktop.
Save ericoporto/e011743ae094494df216637140940bc1 to your computer and use it in GitHub Desktop.
Nice colormap for octave (that matches Statistica)
shading flat#
map = [[0, 110, 49]/255,
[0, 152, 19]/255,
[0, 212, 0]/255,
[49, 255, 0]/255,
[203, 255, 0]/255,
[255, 239, 0]/255,
[255, 121, 0]/255,
[255, 1, 0]/255,
[197, 0, 0]/255,
[151, 0, 0]/255,
[129, 0, 0]/255];
colormap(map);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment