Difference between revisions of "Module:Plotter/DefaultColors"
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)) |
m (6 revisions imported) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | return {'red',' | + | return {'red','red', |
| − | 'blue',' | + | 'blue','blue', |
| − | 'green',' | + | 'green','green', |
| − | 'yellow',' | + | 'yellow','yellow', |
| − | ' | + | 'fuchsia','fuchsia', |
| − | ' | + | 'aqua','aqua', |
| − | ' | + | 'brown','brown', |
| − | ' | + | 'orange','orange', |
| − | ' | + | 'purple','purple', |
| − | ' | + | 'sienna','sienna', |
'amethyst','#F0A3FF', | 'amethyst','#F0A3FF', | ||
Latest revision as of 08:24, 27 September 2020
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'}