This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
on 11-05-2013 06:34 PM - edited on 07-27-2021 11:47 PM by APIUserOpsDM
How To: Add Color Schemes from ColorBrewer2.org to the Report Map Tool
The attached Alteryx Workflow takes the color schemes from www.ColorBrewer2.org and adds them to a new XML file to be utilized as the ReportSettings.xml file installed with Alteryx. You can utilize the new color palettes under the Report Map tool. Note that these palettes will not be added to the Interactive Chart or Insight tools.
The ReportSettings.xml file has the color palette definitions used by some of the reporting tools like Chart and Map. This file can be found in this directory \Program Files\Alteryx\bin\RuntimeData
Procedure
One of the best paper on the subject of equal colors palettes is Generating Color Palettes using Intuitive Parameters http://onlinelibrary.wiley.com/wol1/doi/10.1111/j.1467-8659.2008.01203.x/full
Other papers are:
Escaping RGBland: Selecting Colors for Statistical Graphics http://eeecon.uibk.ac.at/~zeileis/papers/Zeileis+Hornik+Murrell-2009.pdf
Choosing Color Palettes for Statistical Graphics http://statmath.wu.ac.at/~zeileis/papers/StatComp-2007.pdf
Various color palettes
http://bids.github.io/colormap/
Generic Mapping Tools http://gmt.soest.hawaii.edu/
Color Palettes in HCL Space www.trestletech.com/2012/10/color-palettes-in-hcl-space/
Color Palettes in RGB Space www.trestletech.com/2012/06/color-palettes-in-rgb-space/
http://film-palettes.tumblr.com/
http://wesandersonpalettes.tumblr.com/
http://jiminy.medialab.sciences-po.fr/tools/palettes/index.php
http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/
http://www.globalization-group.com/edge/resources/color-meanings-by-culture/
http://labs.juiceanalytics.com/chartchooser.html
Thanks for this, @Cristian!