Difference between revisions of "Module:Plotter/DefaultColors"

From blackwiki
Jump to navigation Jump to search
blackwiki>Wnt
(Default color scheme for partial compatibility (resembles Template:Pie chart defaults) but distinguishability (as explained in Help:Distinguishable colors))
 
blackwiki>Wnt
(Come to think of it, let's go for full 100% reverse compatibility and see if the contrasts with others are really a problem)
Line 1: Line 1:
return {'red','#FF0010',
+
return {'red','red',
'blue','#0075DC',
+
'blue','blue',
'green','#2BCE48',
+
'green','green',
'yellow','#FFFF00',
+
'yellow','yellow',
'mallow','#C20088',
+
'fuchsia','fuchsia',
'jade','#94FFB5',
+
'aqua','aqua',
'wine','#990000',
+
'brown','brown',
'orpiment','#FFA405',
+
'orange','orange',
'damson','#4C005C',
+
'purple','purple',
'caramel','#993F00',
+
'sienna','sienna',
  
 
'amethyst','#F0A3FF',
 
'amethyst','#F0A3FF',

Revision as of 20:11, 5 April 2013

Documentation for this module may be created at Module:Plotter/DefaultColors/doc

return {'red','red',
'blue','blue',
'green','green',
'yellow','yellow',
'fuchsia','fuchsia',
'aqua','aqua',
'brown','brown',
'orange','orange',
'purple','purple',
'sienna','sienna',

'amethyst','#F0A3FF',
'ebony','#191919',
'forest','#005C31',
'honeydew','#FFCC99',
'iron','#808080',
'khaki','#8F7C00',
'lime','#9DCC00',
'navy','#003380',
'pink','#FFA8BB',
'quagmire','#426600',
'sky','#5EF1F2',
'turquoise','#00998F',
'uranium','#E0FF66',
'violet','#740AFF',
'xanthin','#FFFF80',
'zinnia','#FF5005'}