I've had many requests for colorbars, and it might make things easier if I could define a standard format where the colorbar is defined. This would reduce the effort needed (by me) to integrate the new colorbar. Dave from the Radio JOVE community sent a CSV with index, red, green, blue columns. In this case index varies from 0 to 4095, and the colors are from 0-255. The csv should also declare the name, for example "AJ4CO_Rainbow", which is used to identify the colortable.
Last edit: Jeremy Faden 2018-05-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is a nice list of named colorbars:
http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml
and colors for that matter:
http://www.ncl.ucar.edu/Document/Graphics/named_colors.shtml
See also https://sourceforge.net/p/autoplot/feature-requests/515/
I've had many requests for colorbars, and it might make things easier if I could define a standard format where the colorbar is defined. This would reduce the effort needed (by me) to integrate the new colorbar. Dave from the Radio JOVE community sent a CSV with index, red, green, blue columns. In this case index varies from 0 to 4095, and the colors are from 0-255. The csv should also declare the name, for example "AJ4CO_Rainbow", which is used to identify the colortable.
Last edit: Jeremy Faden 2018-05-12
More colorbars: http://holoviews.org/user_guide/Colormaps.html