更多操作
< 模块:Chart
(以“--来自 https://en.wikipedia.org/wiki/Module:Plotter/DefaultColors 供 Module:Chart 使用 return {'red','red', 'blue','blue', 'green','green', 'yello...”为内容创建页面) |
小无编辑摘要 |
||
第2行: | 第2行: | ||
来自 https://en.wikipedia.org/wiki/Module:Plotter/DefaultColors |
来自 https://en.wikipedia.org/wiki/Module:Plotter/DefaultColors |
||
供 Module:Chart 使用 |
供 Module:Chart 使用 |
||
已修改格式 |
|||
]] |
]] |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
'amethyst','#F0A3FF', |
|||
'red', |
|||
'ebony','#191919', |
|||
⚫ | |||
'forest','#005C31', |
|||
⚫ | |||
'honeydew','#FFCC99', |
|||
⚫ | |||
'iron','#808080', |
|||
⚫ | |||
'khaki','#8F7C00', |
|||
⚫ | |||
'lime','#9DCC00', |
|||
⚫ | |||
'navy','#003380', |
|||
⚫ | |||
'pink','#FFA8BB', |
|||
⚫ | |||
'quagmire','#426600', |
|||
⚫ | |||
⚫ | |||
'turquoise','#00998F', |
|||
'#F0A3FF', -- amethyst |
|||
'uranium','#E0FF66', |
|||
'#191919', -- ebony |
|||
'violet','#740AFF', |
|||
'#005C31', -- forest |
|||
'xanthin','#FFFF80', |
|||
'#FFCC99', -- honeydew |
|||
'zinnia','#FF5005'} |
|||
'#808080', -- iron |
|||
'#8F7C00', -- khaki |
|||
'#9DCC00', -- lime |
|||
'#003380', -- navy |
|||
'#FFA8BB', -- pink |
|||
'#426600', -- quagmire |
|||
⚫ | |||
'#00998F', -- turquoise |
|||
'#E0FF66', -- uranium |
|||
'#740AFF', -- violet |
|||
'#FFFF80', -- xanthin |
|||
'#FF5005', -- 'zinnia' |
|||
} |
2018年8月3日 (五) 19:51的版本
此模块的文档可以在模块:Chart/DefaultColors/doc创建
--[[
来自 https://en.wikipedia.org/wiki/Module:Plotter/DefaultColors
供 Module:Chart 使用
已修改格式
]]
return { 26,
'red',
'blue',
'green',
'yellow',
'fuchsia',
'aqua',
'brown',
'orange',
'purple',
'sienna',
'#F0A3FF', -- amethyst
'#191919', -- ebony
'#005C31', -- forest
'#FFCC99', -- honeydew
'#808080', -- iron
'#8F7C00', -- khaki
'#9DCC00', -- lime
'#003380', -- navy
'#FFA8BB', -- pink
'#426600', -- quagmire
'#5EF1F2', -- sky
'#00998F', -- turquoise
'#E0FF66', -- uranium
'#740AFF', -- violet
'#FFFF80', -- xanthin
'#FF5005', -- 'zinnia'
}