Jump to content

Module:ChartColors/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jmarchn (talk | contribs) at 17:56, 27 October 2019 (Created page with 'Used by '''{{tl|ChartColors}}''' and '''{{tl|ChartColorLegends}}''' {{ForMultilingualTrans|{{PAGENAME}}}} ===Function ShowColors=== {| class="wikitable" |- ! C...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Used by {{ChartColors}} and {{ChartColorLegends}}

Template:ForMultilingualTrans

Function ShowColors

Code Result
{{#invoke:ChartColors|ShowColors|Categ20|5}}                    
{{ChartColors|Categ20|9}}                                    
{{#invoke:ChartColors|ShowColors|Categ20|3|-}}     #1f77b4       #ff7f0e       #2ca02c  
{{#invoke:ChartColors|ShowColors|Categ20|3|a}}     #1f77b4ff       #ff7f0eff       #2ca02cff  
{{#invoke:ChartColors|ShowColors|Plotter|5}}                    
{{ChartColors|Plotter|20}}                                                                                

Function Legends

{{#invoke:ChartColors|Legends|Categ20|5|2}}

produces:

  • 1f77b4
  • ff7f0e
  • 2ca02c
  • d62728
  • 9467bd
  • {{div col|colwidth=2}}
     {{legend|#1f77b4|}}
     {{legend|#ff7f0e|}}
     {{legend|#2ca02c|}}
     {{legend|#d62728|}}
     {{legend|#9467bd|}}
    {{div col end}}
    


    {{#invoke:ChartColors|Legends|Categ20|3|1|One|Two|Three}}
    

    produces:

  • One
  • Two
  • Three
  • {{div col|colwidth=1}}
     {{legend|#1f77b4|One}}
     {{legend|#ff7f0e|Two}}
     {{legend|#2ca02c|Three}}
    {{div col end}}