Plotters
From Sandbox
See Special:Plotters for a list of scripts in use for these examples.
Contents |
Examples of Plotters
Plotkit examples
Bar graph
{{#plot:
|name=example1
|renderer=plotkit
|script=bar
|labels=label1,label2
|data=2
4}}
| label1 | label2 |
|---|---|
| 2 | |
| 4 |
Line graph
{{#plot:
|name=example2
|renderer=plotkit
|script=line
|labels=label1,label2
|data=0
4}}
| label1 | label2 |
|---|---|
| 0 | |
| 4 |
Pie graph
{{#plot:
|name=example3
|renderer=plotkit
|script=pie
|scriptarguments=0.35
|labels=label1,label2,label3,label4,label5
|data=0
1
1.414
1.7
2}}
| label1 | label2 | label3 | label4 | label5 |
|---|---|---|---|---|
| 0 | ||||
| 1 | ||||
| 1.414 | ||||
| 1.7 | ||||
| 2 |