Difference between revisions of "Template:DPL Example 102 piechart"
From FollowTheScore
| (3 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
#proc pie | #proc pie | ||
datafield: 2 | datafield: 2 | ||
| − | labelfmtstring: @@1 | + | labelfmtstring: @@1 (@@2) |
labelmode: line+label | labelmode: line+label | ||
outlinedetails: color=blue | outlinedetails: color=blue | ||
| − | center: | + | center: 4 4 |
| − | radius: 1. | + | radius: 1.6 |
colors: dullyellow drabgreen pink powderblue lavender | colors: dullyellow drabgreen pink powderblue lavender | ||
| − | labelfarout: 1. | + | labelfarout: 1.8 |
}} | }} | ||
Latest revision as of 11:31, 13 March 2009
{{#ploticus:
- proc getdata
data:
// render pie graph
- proc pie
datafield: 2 labelfmtstring: @@1 (@@2) labelmode: line+label outlinedetails: color=blue center: 4 4 radius: 1.6 colors: dullyellow drabgreen pink powderblue lavender labelfarout: 1.8 }}